/**
 * Module: article_headline
 * Auto-extracted from style.css
 */

/* ============================================
   HEADLINE
   ============================================ */

.t1-headline {
    margin: 2rem 0 1rem;
}

.t1-headline--center {
    text-align: center;
}

.t1-headline--right {
    text-align: right;
}

.t1-headline--display {
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
}

.t1-headline--subtle {
    font-family: var(--font-primary);
    font-weight: 600;
    color: var(--charcoal);
}

