:root {
  color-scheme: dark;
  --color-bg: #080a0e;
  --color-bg-raised: #0e1117;
  --color-surface: #12161d;
  --color-surface-strong: #181d25;
  --color-line: #2a303a;
  --color-line-soft: #1d222a;
  --color-text: #f3f5ef;
  --color-muted: #9ba3ae;
  --color-muted-strong: #c2c8cf;
  --color-accent: #d7ff4f;
  --color-accent-ink: #101307;
  --color-focus: #ffffff;
  --font-display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --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;
  --radius-sm: 0.55rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.25rem;
  --container: 76rem;
  --header-height: 4.5rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
