/* Design tokens — dark mode, jamais pur noir ni pur blanc */
:root{
  color-scheme:dark;
  --bg:#0F0F10; --s1:#17171A; --s2:#1F1F23; --s3:#2A2A2F;
  --line:rgba(243,241,236,.09);
  --t1:#F3F1EC; --t2:#B8B5AE; --t3:#8E8B85;
  --acc:#F5A500; --acc-hi:#FFC23D; --acc-lo:#A86F00;
  --acc-soft:rgba(245,165,0,.14); --acc-ink:#1A1300;

  --f-title:"Anton",Impact,"Arial Narrow",sans-serif;
  --f-body:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;

  --r:12px; --r-s:6px;
  --gut:16px; --tab-h:64px; --tap:48px;
  --safe-t:env(safe-area-inset-top); --safe-b:env(safe-area-inset-bottom);
  --ease:cubic-bezier(.2,.8,.2,1);
}
