:root {
  --ez-color-brand: #640107;
  --ez-color-accent: #DBD8CE;
  --ez-color-text: #2b211d;
  --ez-color-muted: #6b625c;
  --ez-color-bg: #ffffff;
  --ez-color-surface: #faf7f2;
  --ez-color-border: #e5d8cd;

  --ez-space-xs: 8px;
  --ez-space-sm: 16px;
  --ez-space-md: 24px;
  --ez-space-lg: 40px;
  --ez-space-xl: 64px;

  --ez-radius-sm: 8px;
  --ez-radius-md: 16px;
  --ez-radius-lg: 24px;

  --ez-container: 1200px;
  --ez-container-narrow: 860px;
}