:root {
  --bg-site: #F0DCDC;
  --header-height: 112px;

  --kalshi-green: #04BA75;
  --kalshi-green-dark: #02794d;
  --black: #000000;
  --white: #ffffff;

  --win95-gray: #c0c0c0;
  --win95-titlebar-start: #000080;
  --win95-titlebar-end: #1084d0;
  --win95-border-light: #ffffff;
  --win95-border-dark: #808080;
  --win95-button-face: #c0c0c0;

  --text-primary: #000000;
  --text-secondary: #333333;
  --text-muted: #999999;
  --text-body: #333333;
  --text-titlebar: #ffffff;

  --font-primary: Helvetica;

  --kalshi-dark-bg: #1a1a2e;
  --kalshi-card-bg: #16213e;
  --kalshi-nav-bg: #0f0f23;

  --section-gap: 60px;
  --content-max-width: 1220px;
  --content-padding: 40px;

  --toc-bg: #f5e6e6;
  --toc-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  --toc-border: 1px solid rgba(0, 0, 0, 0.06);
  --frame-border: 1px solid rgba(0, 0, 0, 0.14);
  --video-banner-height: 208px;
  --cover-overlay-bg: rgba(240, 220, 220, 0.28);
}
