:root {
  --color-blush: #E8D5D0;
  --color-cream: #FAF7F4;
  --color-copper: #B87333;
  --color-copper-dark: #9A5F28;
  --color-copper-light: #D4A574;
  --color-text: #3D3530;
  --color-text-muted: #6B5E58;
  --color-white: #FFFFFF;
  --color-border: rgba(61, 53, 48, 0.12);
  --color-overlay: rgba(61, 53, 48, 0.6);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', 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: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 3px rgba(61, 53, 48, 0.08);
  --shadow-md: 0 4px 12px rgba(61, 53, 48, 0.1);
  --shadow-lg: 0 8px 24px rgba(61, 53, 48, 0.12);

  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 400ms ease;

  --container-max: 1200px;
  --header-height: 72px;
}
