:root {
  --color-brand: #ff6a00;
  --color-brand-dark: #c2410c;
  --color-brand-soft: #fff4eb;
  --color-ink: #1a1d21;
  --color-ink-soft: #2a2f36;
  --color-muted: #5c6570;
  --color-muted-dim: #7a8490;
  --color-surface: #f4f6f5;
  --color-surface-elevated: #ffffff;
  --color-surface-tint: #e8ecea;
  --color-danger: #e11d48;
  --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: 8px;
  --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.wrenchbid";
  color-scheme: light;
}
