:root {
  --color-surface: #f4f6f5;
  --color-surface-elevated: #ffffff;
  --color-ink: #1a1d21;
  --color-ink-soft: #2a3038;
  --color-muted: #3d4450;
  --color-muted-dim: #6b7380;
  --color-brand: #38bdf8;
  --color-brand-dark: #0284c7;
  --color-danger: #e11d48;
  --color-border: rgba(26, 29, 33, 0.12);
  --color-border-strong: rgba(2, 132, 199, 0.35);
  --font-display: "Lexend", "Avenir Next", sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --radius-sm: 6px;
  --radius-md: 12px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --max-width: 68rem;
  --header-h: 4rem;
  --sticky-cta-h: 3.75rem;
  --play-url: "https://play.google.com/store/apps/details?id=com.knoxstudios.detailbid";
  color-scheme: light;
}
