/* Graphite — the dark look. Served as /shared/theme.css when an admin picks
   it on /admin (it's also the default). Only colours live here; the layout is
   in site.css and each page. */
:root{
  --bg:#0E0E10; --bg-2:#121215; --surface:#18181B; --surface-2:#202024; --surface-3:#2C2C31;
  --line:rgba(255,255,255,.07); --line-2:rgba(255,255,255,.12); --line-3:rgba(255,255,255,.2);
  --text:#F4F4F5; --text-2:#B9B9C1; --text-3:#909099;
  --gold:#FF7A2E; --gold-hi:#FF8C4A; --gold-ink:#1A0B03; --ember-text:#FF8A45; --focus:#FF9A57;
  --good-text:#5EEAD4; --bad-text:#FF8FA6;
  --sh-1:none; --sh-3:0 16px 48px rgba(0,0,0,.5);
}
html{color-scheme:dark}
