@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --bg: #070b14;
  --surface: #0e1524;
  --surface2: #161f33;
  --border: #1f2c44;
  --border-hover: #2e405f;
  --text: #eaf1fb;
  --muted: #69788f;
  --subtle: #9aa9c4;
  --gold: #5ccfdd;
  --gold-glow: rgba(92,207,221,0.15);
  --gold-dim: rgba(92,207,221,0.08);
  --purple: #8b95f2;
  --green: #34d399;
  --blue: #38bdf8;

  /* Theme (dark default) — Akureyri Frost */
  --theme-bg: #070b14;
  --theme-surface: rgba(14,21,36,0.9);
  --theme-border: #1f2c44;
  --theme-text: #eaf1fb;
  --theme-muted: #7a8ca6;
  --theme-subtle: #9aa9c4;
  --theme-accent: #5ccfdd;
  --theme-cd-num: #5ccfdd;
  --theme-cd-w: rgba(92,207,221,0.6);
  --theme-lbl: #46566f;
  --theme-sep: rgba(92,207,221,0.3);
  --theme-rule: rgba(92,207,221,0.15);
  --theme-frosty-bg: rgba(92,207,221,0.06);
  --theme-frosty-border: rgba(92,207,221,0.2);
}

[data-theme="light"] {
  --theme-bg: #eef2f7;
  --theme-surface: rgba(255,255,255,0.92);
  --theme-border: #d4dce6;
  --theme-text: #0b1320;
  --theme-muted: #566678;
  --theme-subtle: #4a5a72;
  --purple: #4a40d4;
  --theme-accent: #0e8aa3;
  --theme-cd-num: #0e8aa3;
  --theme-cd-w: rgba(14,138,163,0.5);
  --theme-lbl: #9aa9c4;
  --theme-sep: rgba(14,138,163,0.3);
  --theme-rule: rgba(14,138,163,0.2);
  --theme-frosty-bg: rgba(14,138,163,0.08);
  --theme-frosty-border: rgba(14,138,163,0.25);
}

[data-theme="gold"] {
  --theme-bg: #0b0a07;
  --theme-surface: rgba(22,18,10,0.9);
  --theme-border: #2c2616;
  --theme-text: #f3ecd9;
  --theme-muted: #8a7c62;
  --theme-subtle: #b3a079;
  --theme-accent: #cbb07a;
  --theme-cd-num: #cbb07a;
  --theme-cd-w: rgba(203,176,122,0.5);
  --theme-lbl: #6a5f44;
  --theme-sep: rgba(203,176,122,0.3);
  --theme-rule: rgba(203,176,122,0.15);
  --theme-frosty-bg: rgba(203,176,122,0.06);
  --theme-frosty-border: rgba(203,176,122,0.2);
}
