/* =========================================================
   IT-AUTOMATED SHARED DESIGN TOKENS
   These typography values mirror the established website
   styling already used in the source-controlled site CSS.
   New managed pages should consume these tokens rather than
   introduce page-specific hero/lead/eyebrow font sizes.
   ========================================================= */

:root {
  --ita-type-eyebrow-size: 14px;
  --ita-type-hero-size: clamp(36px, 4vw, 62px);
  --ita-type-hero-line-height: 1.05;
  --ita-type-hero-letter-spacing: -0.035em;
  --ita-type-lead-size: clamp(17px, 1.4vw, 21px);
  --ita-type-lead-line-height: 1.7;
}
