/* ============================================================
   Today Tabien — Typography Tokens
   ============================================================ */

:root {
  /* ---- Families ---- */
  --font-display: 'Cinzel', 'Times New Roman', serif;       /* headings, brand */
  --font-body:    'Hanken Grotesk', system-ui, sans-serif;  /* UI & prose */
  --font-plate:   'Oswald', 'Hanken Grotesk', sans-serif;   /* plate numbers, stats */
  --font-thai:    'Noto Sans Thai', sans-serif;             /* Thai-language */

  /* ---- Type scale (1.25 major-third-ish) ---- */
  --text-2xs: 0.6875rem; /* 11px */
  --text-xs:  0.75rem;   /* 12px */
  --text-sm:  0.875rem;  /* 14px */
  --text-base:1rem;      /* 16px */
  --text-md:  1.125rem;  /* 18px */
  --text-lg:  1.375rem;  /* 22px */
  --text-xl:  1.75rem;   /* 28px */
  --text-2xl: 2.25rem;   /* 36px */
  --text-3xl: 3rem;      /* 48px */
  --text-4xl: 4rem;      /* 64px */
  --text-5xl: 5.5rem;    /* 88px */

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

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

  /* ---- Letter spacing ---- */
  --ls-tight:  -0.01em; /* @kind font */
  --ls-normal: 0; /* @kind font */
  --ls-wide:   0.04em; /* @kind font */
  --ls-wider:  0.12em; /* @kind font */
  --ls-widest: 0.22em; /* @kind font */
}
