:root {
  --color-primary: #1b1c20;
  --color-primary-dark: #0f1014;
  --color-surface: #ffffff;
  --color-surface-alt: #f5f2ee;
  --color-on-surface: #2f3036;
  --color-accent: #caa572;
  --color-muted: #7a7d86;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-6: 3rem;
  --space-8: 4rem;
  --space-12: 6rem;

  --font-heading: "Playfair Display", "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;

  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;

  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;

  --shadow-soft: 0 8px 26px rgba(18, 18, 22, 0.08);
  --transition-fast: 160ms ease;
  --transition-base: 260ms ease;
}
