/*
 * Theme: Racing Livery
 * Motorsport-inspired — clean black/white base, racing red accent,
 * caution-yellow secondary. Sharper corners than the other themes for
 * a more technical, HUD-adjacent feel.
 */

:root {
  --bg: #0a0a0a;
  --panel: #161618;
  --panel2: #1e1e21;
  --line: rgba(255,255,255,0.09);
  --text: #f2f2f2;
  --text-soft: #bcbcc0;
  --meta: #7a7a80;
  --accent: #e10600;
  --accent-dim: #a80500;
  --link: #ffd400;
  --accent-bg: rgba(225,6,0,0.10);

  --font-body: 'Titillium Web', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --radius: 3px;
  --radius-lg: 5px;
  --shadow-lg: 0 20px 50px -20px rgba(0,0,0,0.8);

  --tag-a: #ffd400;
  --tag-a-bg: rgba(255,212,0,0.10);
  --tag-b: #00a3ff;
  --tag-b-bg: rgba(0,163,255,0.10);
  --tag-c: #00c853;
  --tag-c-bg: rgba(0,200,83,0.10);
}
