/* Text styling - headings, eyebrow, typography */
.eyebrow {
    font-size: var(--h6);
    text-transform: uppercase;
}

.eyebrow:has(+ :is(.h1, .h2)) {
    margin-block-end: -.5lh;
}