:root {
  --color-accent: #e00024;
  --color-accent-deep: #a8001d;
  --color-accent-soft: #ffe5e9;
  --color-ink: #181818;
  --color-muted: #5f6368;
  --color-border: #dde2e7;
  --color-surface: #ffffff;
  --color-surface-alt: #f5f4f1;
  --color-surface-muted: #f1f2f4;
  --color-surface-dark: #1f2328;
  --color-shell: #ece8e1;
  --color-success: #0b6b4d;
  --shadow-sm: 0 10px 24px rgba(27, 32, 38, 0.06);
  --shadow-md: 0 18px 42px rgba(27, 32, 38, 0.1);
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --container: 70rem;
  --page-shell: 78rem;
  --hero-height-desktop: 29rem;
  --hero-height-mobile: 24rem;
  --transition: 220ms ease;
}
