/* mOTTOSLOT — type tokens
   Newton Howard (display) for wordmark, hero headlines, game titles, and
   numerals/counters — its cut corners read as "casino signage" at large
   sizes but hurt legibility below ~20px. Everything else uses a neutral
   system grotesk stack for body copy, UI labels, and long-form text. */

:root {
  --font-display: 'Newton Howard', 'Arial Narrow', sans-serif;
  --font-body: -apple-system, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-mono: 'SF Mono', 'Roboto Mono', Consolas, monospace;

  /* display scale — Newton Howard, tight tracking, all-caps by convention */
  --text-display-2xl: 96px;
  --text-display-xl: 72px;
  --text-display-lg: 56px;
  --text-display-md: 40px;
  --text-display-sm: 30px;

  /* body/UI scale — system font */
  --text-2xl: 28px;
  --text-xl: 22px;
  --text-lg: 18px;
  --text-base: 16px;
  --text-sm: 14px;
  --text-xs: 12px;

  --leading-display: 1.02;
  --leading-tight: 1.15;
  --leading-normal: 1.5;
  --leading-relaxed: 1.7;

  --tracking-display: 0.01em;
  --tracking-wide: 0.06em;
  --tracking-normal: 0;
  --tracking-tight: -0.01em;

  --weight-regular: 400;
  --weight-bold: 700;
}
