/* Design tokens — the single source of truth for color, spacing, radius and
   type. Change the brand look here; nothing else hardcodes these values. */
:root {
  --bg: #0b0b0f;
  --bg-elev: #15151c;
  --text: #f5f5f7;
  --muted: #a1a1aa;
  --border: #2a2a35;

  --red: #C81E1E;
  --blue: #1E3A8A;
  --accent: #ef4444;
  --accent-hover: #dc2626;

  --radius: 14px;
  --maxw: 1100px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
