:root {
  /* Фоны */
  --bg:           #F7F4F0;
  --surface:      #EEE9E2;
  --surface-2:    #E6DFD6;
  --surface-3:    #DDD6CB;

  /* Текст */
  --text:         #3A3530;
  --text-muted:   #8C857C;
  --text-light:   #B5AFA8;

  /* Акцент */
  --accent:       #2D4530;
  --accent-hover: #3D5C40;
  --accent-light: #EAF0EB;
  --accent-text:  #FFFFFF;

  /* Утилиты */
  --border:       #D8D0C6;
  --border-soft:  #E8E2DA;
  --shadow:       rgba(58, 53, 48, 0.08);
  --shadow-md:    rgba(58, 53, 48, 0.14);

  /* Семантические */
  --success:      #2D4530;
  --error:        #8B3A2A;
  --warning:      #7A6030;

  /* Типографика */
  --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.375rem;
  --text-2xl:  1.75rem;
  --text-3xl:  2.25rem;
  --text-4xl:  3rem;
  --text-hero: 4.5rem;

  /* Радиусы / отступы */
  --radius-sm: 8px;
  --radius:    12px;
  --radius-lg: 20px;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 3rem;
  --space-10: 4rem;
}
