:root {
  --bg-deep: #0c0c0c;
  --bg-base: #121212;
  --bg-raised: #1a1a1a;
  --bg-card: #1e1e1e;
  --bg-hover: #262626;
  --border: #2e2e2e;
  --border-strong: #3a3a3a;

  --brand: #de002b;
  --brand-dark: #b80024;
  --brand-glow: rgba(222, 0, 43, 0.35);
  --link: #5eb0ff;
  --sand: #8b7355;
  --success: #2d8a4e;
  --warn: #f7630c;
  --info: #3d7dd6;

  --text: #f4f4f4;
  --text-muted: #a3a3a3;
  --text-dim: #8a8a8a;

  --font-display: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --radius: 10px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-control: 10px;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  --header-h: 72px;
  --proto-banner-h: 36px;
  --max: 1200px;
  --max-ultra: 1400px;
  --article-max: 760px;
}
