:root {
  /* Colors */
  --color-primary: #8B1A1A;
  --color-bg: #F5F0E8;
  --color-text: #2C2418;
  --color-text-secondary: #7A7060;
  --color-accent-light: #C4A89B;
  --color-accent-dark: #4A2C2A;
  --color-white: #FFFDF8;

  /* Typography */
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-base: 1rem;
  --line-height-body: 1.75;
  --line-height-heading: 1.2;

  /* Spacing (8px base) */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;
  --space-2xl: 8rem;

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 800px;
  --container-padding: 1.5rem;

  /* Transitions */
  --transition-base: 0.3s ease;
  --transition-slow: 0.6s ease;
}
