:root {
  color-scheme: light;
  --font-display: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-body: Inter, "Helvetica Neue", Arial, sans-serif;
  --color-bg: #f7f4ee;
  --color-surface: #fffdf8;
  --color-surface-alt: #efebe2;
  --color-text: #111111;
  --color-muted: #625d53;
  --color-accent: #111111;
  --color-accent-soft: rgba(17, 17, 17, 0.05);
  --color-border: rgba(17, 17, 17, 0.12);
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2.25rem;
  --space-6: 3.5rem;
  --space-7: 5rem;
  --radius-md: 18px;
  --radius-lg: 30px;
  --shadow-soft: 0 18px 44px rgba(17, 17, 17, 0.06);
  --content-max: 1280px;
  --section-padding: clamp(4rem, 8vw, 7rem);
  --border: 1px solid var(--color-border);
}