/* ====================================================================
   Typography
   ==================================================================== */

body {
    font-family: var(--font-body);
    font-weight: 400;
    letter-spacing: -0.01em;
}

h1, h2, h3, .display {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.05;
    font-variation-settings: "opsz" 144, "SOFT" 100;
}

h4, h5, h6 {
    font-family: var(--font-body);
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.2;
}

h1 { font-size: var(--fs-4xl); }
h2 { font-size: var(--fs-3xl); }
h3 { font-size: var(--fs-2xl); }
h4 { font-size: var(--fs-xl); }
h5 { font-size: var(--fs-lg); }
h6 { font-size: var(--fs-md); }

em {
    font-style: italic;
    font-family: var(--font-display);
    color: var(--cl-yellow);
    font-variation-settings: "opsz" 9;
}

p { font-size: var(--fs-base); line-height: 1.65; }
p.lead { font-size: var(--fs-md); line-height: 1.6; color: var(--cl-fg-muted); }

/* Eyebrow label */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-2);
    font-size: var(--fs-xs);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cl-fg-muted);
}

/* Wordmark logo type */
.logo-wordmark {
    display: inline-flex;
    align-items: baseline;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.04em;
    font-variation-settings: "opsz" 60;
}
.logo-wordmark__creative { color: var(--cl-fg); }
.logo-wordmark__lines {
    color: var(--cl-yellow);
    font-style: italic;
    font-weight: 700;
}
