/* ─────────────────────────────────────────────────────────────
   TCS EPK Site · Master Theme
   Edit via /tcs-epk-site/style-editor.html
   This file overrides any inline :root variables in HTML files.
   ───────────────────────────────────────────────────────────── */

:root {
  --bg: #06090d;
  --off: #edeae2;
  --dim: #cec9bf;
  --accent: #00e5ff;
  --red: #00e5ff;
  --blue: #3a8fd1;
  --rule: rgba(237,234,226,0.10);
  --rule2: rgba(237,234,226,0.20);
  --max: 960px;
}

html, body {
  background: var(--bg);
  color: var(--off);
}
