/* Typography Styles */

/* Section headings */
h2 {
    color: var(--tt-dark);
    font-weight: 700;
    margin-top: var(--spacing-xl);
    margin-bottom: var(--spacing-lg);
    padding-bottom: var(--spacing-sm);
    border-bottom: 2px solid var(--tt-orange);
    display: inline-block;
}

/* Accent text */
.tt-accent,
h2 a,
h2 a:hover,
.text-accent {
    color: var(--tt-orange);
}

/* Small text utility */
.text-xs {
    font-size: 0.75rem;
}
