/* SDT Demo Foundation — design tokens.
   Single source of truth for the premium dark style, extracted verbatim
   from 01 Main Website/index.html (:root). Do not redefine these per demo —
   import this file and use the variables. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;750&family=JetBrains+Mono:wght@400;500&display=swap');

:root{
  --bg:#050505; --bg2:#0A0A0B; --panel:#101012; --panel2:#16161A;
  --line:rgba(255,255,255,.08); --line2:rgba(255,255,255,.14);
  --txt:#F5F5F5; --mut:#9A9AA0; --mut2:#5A5A61;
  --gold:#E5B869; --gold-d:#A6863F; --gold-l:#F2D9A4;
  --blue:#6C8BFF; --green:#3FCF86;
  --mono:'JetBrains Mono',ui-monospace,Menlo,monospace;
  --sans:'Inter',-apple-system,system-ui,sans-serif;
}
