:root {
  /* Brand colors */
  --color-black: #0d0d0d;
  --color-black-soft: #161412;
  --color-gold: #c9a86a;
  --color-gold-dark: #a3814f;
  --color-gold-light: #e4cf9f;
  --color-cream: #f2f0ee;
  --color-blush: #f6dbe0;
  --color-white: #ffffff;
  --color-ink: #1a1a1a;

  /* Typography */
  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Spacing scale */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  /* Layout */
  --max-width: 1200px;
  --radius-pill: 999px;
  --radius-card: 12px;

  /* Motion */
  --transition-fast: 0.2s ease;
  --transition-medium: 0.35s ease;
}
