:root {
  color-scheme: light;
  --color-bg: #d7d8d4;
  --color-bg-soft: #dedfdb;
  --color-surface: #e9eae6;
  --color-surface-2: #f1f2ee;
  --color-surface-dark: #1c1d1a;
  --color-text: #11120f;
  --color-text-muted: #4f524d;
  --color-text-soft: #74776f;
  --color-accent: #ff8700;
  --color-accent-dark: #ef7600;
  --color-accent-soft: #fff0df;
  --color-border: #bfc1ba;
  --color-border-strong: #a7aaa2;
  --color-success: #2f9b55;
  --color-success-soft: #e8f5ec;
  --color-warning: #f08a00;
  --color-warning-soft: #fff4e3;
  --color-error: #b42318;
  --color-error-soft: #fef3f2;
  --color-focus: #101010;

  --font-sans:
    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.375rem;
  --space-6: 1.875rem;
  --space-7: 2.6rem;
  --space-8: 3.4rem;
  --space-9: 4.75rem;

  --radius-sm: 4px;
  --radius: 6px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 1px rgb(17 18 15 / 0.04);
  --shadow-md: 0 14px 34px rgb(17 18 15 / 0.12);

  --container-max: 1244px;
  --container-wide: 1244px;
  --header-height: 72px;
  --z-header: 50;
  --z-mobile-cta: 60;
}
