/*
 * Version 3 — design tokens (layout/typography skin on top of Watchdog brand).
 * Loaded after site-index/tokens.css; scoped to html[data-wd-build="v3"].
 * Colours match tokens.css — electric yellow on near-black; no alternate accent palette.
 */
html[data-wd-build="v3"] {
  --idx-bg: #101012;
  --idx-surface: #18181b;
  --idx-ink: #fafafa;
  --idx-muted: #a1a1aa;
  --idx-accent: #fff200;
  --idx-accent-ink: #0a0a0b;
  --idx-accent-deep: #e8e000;
  --idx-accent-mid: #f0e600;
  --idx-accent-wash: #f7e800;
  --idx-accent-tint: #fffce8;
  --idx-accent-rgb: 255 242 0;
  --idx-accent-bright: #fff191;
  --idx-line: rgba(255, 255, 255, 0.1);
  --idx-line-strong: rgb(var(--idx-accent-rgb) / 0.35);
  --idx-font: "DM Sans", system-ui, sans-serif;
  --idx-display: "Outfit", "DM Sans", system-ui, sans-serif;
}
