/* ============================================================
   MFG — Typography tokens
   Display: Kaisei Tokumin (elegant serif) · Body: Open Sans
   ============================================================ */

:root {
  /* Families */
  --font-display: 'Kaisei Tokumin', Georgia, 'Times New Roman', serif;
  --font-body:    'Open Sans', -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Weights */
  --fw-regular: 400;  /* @kind font */
  --fw-medium:  500;  /* @kind font */
  --fw-semibold:600;  /* @kind font */
  --fw-bold:    700;  /* @kind font */
  --fw-extra:   800;  /* @kind font */

  /* Fluid-ish display scale (px) — tuned for 1080px carousel canvas */
  --fs-display:   88px;  /* hero cover title            */
  --fs-title:     60px;  /* slide title                 */
  --fs-heading:   40px;  /* section heading             */
  --fs-subhead:   28px;  /* sub-heading                 */
  --fs-lead:      24px;  /* lead paragraph              */
  --fs-body:      19px;  /* base body copy              */
  --fs-small:     16px;  /* captions                    */
  --fs-eyebrow:   14px;  /* eyebrow / kicker (tracked)  */

  /* Line heights */
  --lh-tight:  1.04;  /* @kind font */
  --lh-snug:   1.18;  /* @kind font */
  --lh-normal: 1.5;   /* @kind font */
  --lh-relaxed:1.65;  /* @kind font */

  /* Letter spacing */
  --ls-tight:   -0.02em; /* @kind font */
  --ls-normal:  0;       /* @kind font */
  --ls-eyebrow: 0.22em;  /* @kind font */ /* wide tracking, echoes the wordmark subtitle */
  --ls-caps:    0.14em;  /* @kind font */
}
