@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@400;500;600&display=swap');

:root {
  /* Brand — luxury retail on cream */
  --color-bg: #faf6f1;
  --color-bg-deep: #f3ece4;
  --color-surface: #ffffff;
  --color-surface-elevated: #fffcfa;
  --color-primary: #9e2d56;
  --color-primary-hover: #7f2345;
  --color-primary-soft: #f8e8ef;
  --color-accent: #c9a86c;
  --color-accent-soft: #f5edd8;
  --color-text: #141414;
  --color-text-muted: #5c534c;
  --color-text-light: #8a8078;
  --color-border: #e8dfd6;
  --color-border-strong: #d4c8bc;
  --color-section-alt: #f5efe8;
  --color-dark: #1a1418;
  --color-dark-muted: #3d3538;
  --color-success: #2e7d52;
  --color-warning: #8a6d00;

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;

  --max-width: 1320px;
  --header-height: 72px;
  --announcement-height: 36px;

  --radius-sm: 2px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --radius-full: 999px;

  --shadow-xs: 0 1px 2px rgba(20, 20, 20, 0.04);
  --shadow-sm: 0 4px 16px rgba(20, 20, 20, 0.06);
  --shadow-md: 0 12px 32px rgba(20, 20, 20, 0.08);
  --shadow-lg: 0 24px 48px rgba(20, 20, 20, 0.1);
  --shadow-premium: 0 20px 40px rgba(158, 45, 86, 0.08), 0 8px 16px rgba(20, 20, 20, 0.04);

  --transition: 280ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
