/* ==========================================================================
   CLASSIC AUTHORITY — Marcellus SC + Heebo
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&family=Heebo:wght@300;400;500;600;700&display=swap');

.type-classic-authority {
    font-family: 'Heebo', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7;
    font-weight: 400;
}

.type-classic-authority h1,
.type-classic-authority h2,
.type-classic-authority h3,
.type-classic-authority h4,
.type-classic-authority h5,
.type-classic-authority h6 {
    font-family: 'Marcellus SC', serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
}

.type-classic-authority h1 {
    font-size: clamp(2.25rem, 5vw, 2.5rem);
    margin: 1.2rem 0;
}

.type-classic-authority h2 {
    font-size: clamp(1.75rem, 4vw, 2rem);
    margin: 1rem 0;
}

.type-classic-authority h3 {
    font-size: clamp(1.5rem, 3.5vw, 1.75rem);
    margin: 0.9rem 0;
}

.type-classic-authority h4 {
    font-size: clamp(1.375rem, 3vw, 1.6rem);
    margin: 0.8rem 0;
}

.type-classic-authority h5 {
    font-size: clamp(1.25rem, 2.5vw, 1.48rem);
    margin: 0.75rem 0;
}

.type-classic-authority h6 {
    font-size: clamp(1.125rem, 2vw, 1.3rem);
    margin: 0.75rem 0;
}

.type-classic-authority p {
    margin: 0.75rem 0;
}

.type-classic-authority .display {
    margin-bottom: 2rem;
}

.type-classic-authority .display h1 {
    font-size: clamp(2.25rem, 5vw, 2.7rem);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 1.2rem;
}

.type-classic-authority .display p {
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
}