:root {
  /* Couleurs */
  --color-primary:       #C8956C;
  --color-primary-hover: #A8754C;
  --color-secondary:     #2D2D2D;
  --color-accent:        #F5EDE3;
  --color-premium:       #8B6914;
  --color-premium-bg:    #FDF8F2;
  --color-muted:         #777777;
  --color-border:        #E8E0D8;
  --color-white:         #FFFFFF;
  --color-bg:            #FAFAFA;

  /* Typographie */
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Montserrat', 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:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;

  /* Espacements */
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  2rem;
  --space-xl:  3rem;
  --space-2xl: 5rem;

  /* Layout */
  --container-max: 1200px;
  --container-pad: 1.5rem;
  --radius-sm:     4px;
  --radius-md:     8px;
  --radius-lg:     16px;

  /* Ombres */
  --shadow-sm:      0 1px 4px rgba(0, 0, 0, 0.08);
  --shadow-md:      0 4px 12px rgba(0, 0, 0, 0.10);
  --shadow-premium: 0 4px 20px rgba(200, 149, 108, 0.18);

  /* Transitions */
  --transition: 0.2s ease;
}
