:root {
  --color-graphite: #2C2C2C;
  --color-graphite-light: #3D3D3D;
  --color-graphite-dark: #1A1A1A;
  --color-ivory: #F5F0E8;
  --color-ivory-dark: #E8E0D4;
  --color-burgundy: #6B2D3C;
  --color-burgundy-light: #8A3D50;
  --color-burgundy-dark: #4F1F2C;
  --color-text: #F5F0E8;
  --color-text-muted: #B8B0A4;
  --color-text-dark: #2C2C2C;
  --color-white: #FFFFFF;
  --color-border: rgba(245, 240, 232, 0.12);
  --color-border-dark: rgba(44, 44, 44, 0.15);
  --color-overlay: rgba(26, 26, 26, 0.85);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.75rem;
  --text-5xl: 3.5rem;

  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.15);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.3);

  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;

  --container-max: 1280px;
  --header-height: 80px;
}
