:root {
  color-scheme: dark;

  --color-bg-canvas: #111111;
  --color-bg-surface: #242424;
  --color-bg-surface-raised: #2a2a2a;
  --color-bg-surface-selected: #353534;
  --color-border-subtle: rgb(138 138 134 / 0.2);
  --color-border-default: #8a8a86;
  --color-text-primary: #f5f5f2;
  --color-text-secondary: #8a8a86;
  --color-text-muted: #8a8a86;
  --color-text-on-primary: #111111;
  --color-brand-primary: #ff5a00;
  --color-brand-primary-hover: #ff7a33;
  --color-focus: #ffb59a;
  --color-success: #4ade80;
  --color-warning: #facc15;
  --color-danger: #ffb4ab;
  --color-info: #60a5fa;
  --color-compare-accent: #7c3aed;

  --color-billing-active: #4ade80;
  --color-billing-trial: #60a5fa;
  --color-billing-processing: #facc15;
  --color-billing-action-required: #ff5a00;
  --color-billing-past-due: #f87171;
  --color-billing-canceled: #8a8a86;
  --color-billing-savings: #4ade80;

  --font-display: Michroma, ui-sans-serif, system-ui, sans-serif;
  --font-sans: Montserrat, ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Roboto Mono", ui-monospace, monospace;
  --font-billing-price: var(--font-display);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 2px rgb(0 0 0 / 0.4);
  --shadow-md: 0 4px 12px rgb(0 0 0 / 0.5);

  --sidebar-width-collapsed: 5rem;
  --sidebar-width-expanded: 16rem;
  --bottom-nav-height: 5rem;
  --content-max: 90rem;
  --content-gutter-inline: clamp(var(--space-4), 4vw, var(--space-8));
  --app-content-center-min: 110rem;
}
