:root {
  --color-bg: #f7f4ef;
  --color-bg-elevated: #ffffff;
  --color-bg-muted: #ede8df;
  --color-text: #1c1917;
  --color-text-muted: #57534e;
  --color-accent: #9e4b3a;
  --color-accent-hover: #7d3a2e;
  --color-border: rgba(28, 25, 23, 0.12);
  --color-border-strong: rgba(28, 25, 23, 0.2);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-ui: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;

  --text-display: clamp(2.5rem, 6vw, 4.25rem);
  --text-h2: clamp(1.75rem, 3.2vw, 2.5rem);
  --text-h3: 1.25rem;
  --text-eyebrow: 0.75rem;
  --text-body: 1.0625rem;
  --text-small: 0.875rem;

  --leading-display: 1.05;
  --leading-body: 1.65;
  --tracking-display: -0.02em;
  --tracking-eyebrow: 0.16em;

  --space-section: clamp(4rem, 10vw, 8rem);
  --space-block: clamp(1.5rem, 4vw, 3rem);
  --max-width: 80rem;
  --max-width-prose: 65ch;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);

  --radius-soft: 1rem;
  --radius-soft-lg: 1.5rem;
  --radius-pill: 9999px;

  --shadow-diffusion: 0 20px 40px -15px rgba(28, 25, 23, 0.08);
  --shadow-inset-glass: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  --shadow-lift: 0 8px 24px -12px rgba(28, 25, 23, 0.18);

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --duration-fast: 200ms;
  --duration-normal: 400ms;
  --duration-slow: 700ms;

  --z-nav: 50;
  --z-skip: 100;
  --z-grain: 9999;
}
