/* =========================================================
   STADIUM DAYLIGHT — typography
   Source of truth: DESIGN.md §"Typography"
   Canonical reference: /design-system (app/views/design_system/index.html.erb)
   Custom properties consumed from tokens.css.
   ========================================================= */

.display-xl, .display-lg, .headline-lg, .headline-md, .headline-sm {
  font-family: var(--font-display);
  font-weight: 500;
  margin: 0;
  color: var(--ink);
}
.display-xl { font-size: clamp(48px, 8vw, 96px); line-height: 1.0;  letter-spacing: -0.035em; font-variation-settings: "SOFT" 100, "opsz" 144; }
.display-lg { font-size: clamp(40px, 6vw, 64px); line-height: 1.05; letter-spacing: -0.025em; font-variation-settings: "SOFT" 100, "opsz" 96;  }
.headline-lg{ font-size: clamp(28px, 4vw, 40px); line-height: 1.1;  letter-spacing: -0.02em;  font-variation-settings: "SOFT" 100, "opsz" 72;  }
.headline-md{ font-size: clamp(22px, 2.6vw, 28px);line-height: 1.2; letter-spacing: -0.015em; font-variation-settings: "SOFT" 100, "opsz" 48;  }
.headline-sm{ font-size: 22px; line-height: 1.25; letter-spacing: -0.01em; font-variation-settings: "SOFT" 100, "opsz" 32; }

.body-lg { font-size: 19px; line-height: 1.6; color: var(--ink-soft); margin: 0; }
.body-md { font-size: 16px; line-height: 1.6; margin: 0; }
.body-sm { font-size: 14px; line-height: 1.55; color: var(--slate); margin: 0; }

.label-lg   { font-size: 15px; font-weight: 500; line-height: 1.3; }
.label-md   { font-size: 13px; font-weight: 500; line-height: 1.3; letter-spacing: 0.01em; }
.label-caps { font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: 0.12em; text-transform: uppercase; }

.stat-xl { font-family: var(--font-mono); font-size: clamp(40px, 6vw, 56px); font-weight: 500; line-height: 1; letter-spacing: -0.04em; font-feature-settings: "tnum" 1, "ss01" 1; }
.stat-lg { font-family: var(--font-mono); font-size: 32px; font-weight: 500; line-height: 1; letter-spacing: -0.03em; font-feature-settings: "tnum" 1; }
.stat-md { font-family: var(--font-mono); font-size: 18px; font-weight: 500; line-height: 1; font-feature-settings: "tnum" 1; }

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0;
}
