/* FitUI V2 — Typography */

body.fitui-v2-active :where(h1, h2, h3, h4, h5, h6) {
    color: var(--fit-text);
    font-family: var(--fit-font-display);
    font-weight: var(--fit-weight-black);
    line-height: var(--fit-leading-heading);
    text-wrap: balance;
}

body.fitui-v2-active h1 {
    font-size: var(--fit-heading-hero);
    line-height: var(--fit-leading-tight);
    letter-spacing: -.065em;
}

body.fitui-v2-active h2 {
    font-size: var(--fit-heading-lg);
    letter-spacing: -.05em;
}

body.fitui-v2-active h3 {
    font-size: var(--fit-heading-sm);
    letter-spacing: -.03em;
}

body.fitui-v2-active p {
    color: var(--fit-text-muted);
    font-size: var(--fit-text-base);
    line-height: var(--fit-leading-body);
}

.fit-kicker,
.fit-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--fit-space-2);
    color: var(--fit-gold);
    font-size: var(--fit-text-xs);
    font-weight: var(--fit-weight-black);
    letter-spacing: var(--fit-tracking-wide);
    line-height: 1.2;
    text-transform: uppercase;
}

.fit-text-gradient {
    background: linear-gradient(135deg, var(--fit-text) 15%, var(--fit-gold-light) 90%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
