/* Kujundustokenid (docs/design/HANDOFF.md, Modernist – tume teisendus).
   Komponentide CSS kasutab AINULT neid muutujaid (CLAUDE.md p 3).
   Archivo font self-hostitakse etapis 2; seni süsteemi fallback. */

:root {
  /* Pinnad */
  --bg: #100f0f;
  --surface: #1a1918;
  --cell-locked: #161514;
  --cell-empty: #171615;

  /* Tekst */
  --text: #f3f2f2;
  --text-2: #b9b5b2;
  --text-3: #9b9694;
  --text-3b: #8b8683;
  --text-muted: #6f6a67;

  /* Jooned */
  --line-strong: rgba(243, 242, 242, 0.22);
  --line-weak: rgba(243, 242, 242, 0.14);
  --line-w-strong: 2px;
  --line-w-weak: 1px;

  /* Aktsent */
  --accent: #ec3013;
  --accent-down: #c62508;
  --on-accent: #ffffff;

  /* Tüpograafia ja mõõdud */
  --font: "Archivo", "Segoe UI", system-ui, sans-serif;
  --radius: 0;
  --pad-mobile: 16px;
  --touch-target: 44px;
  --transition: 140ms ease-out;
}

/* Hele teema: admin ja trükivaated (Modernisti originaaltokenid). */
.theme-light {
  --bg: #f3f2f2;
  --surface: #ffffff;
  --cell-locked: #e9e8e7;
  --cell-empty: #ecebea;

  --text: #201e1d;
  --text-2: #4a4744;
  --text-3: #6f6a67;
  --text-3b: #8b8683;
  --text-muted: #9b9694;

  --line-strong: rgba(32, 30, 29, 0.9);
  --line-weak: rgba(32, 30, 29, 0.25);
}
