:root {
  --color-bg: #f4efe6;
  --color-bg-accent: #fff8eb;
  --color-bg-deep: #efe3d0;
  --color-surface: #fffdf8;
  --color-text: #1e1e1e;
  --color-muted: #666666;
  --color-primary: #b35c2e;
  --color-border: #e7dccd;
  --color-border-strong: #c8b59e;

  --font-family-base: "Avenir Next", "Segoe UI", sans-serif;
  --font-size-sm: 0.92rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.2rem;
  --font-size-xl: 2.3rem;
  --font-size-xl-mobile: 1.8rem;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  --shadow-soft: 0 4px 14px rgba(0, 0, 0, 0.06);
}
