:root {
  /* Colori primari */
  --green-600:  #4A7A58;
  --green-500:  #6B9E7A;
  --green-300:  #B8D4BE;
  --green-100:  #E8F2EA;

  /* Colori accento */
  --pink-300:   #E2C9D4;
  --pink-100:   #F4EAF0;
  --pink-600:   #8A5A6E;

  /* Sfondi */
  --bg-main:    #F9F3F6;
  --bg-alt:     #F5F7F5;
  --white:      #FFFFFF;

  /* Testo */
  --text-900:   #1E1E1E;
  --text-600:   #4A5A4B;
  --text-400:   #8A9A8B;

  /* Font */
  --font-serif: 'Libre Baskerville', Georgia, serif;
  --font-sans:  'Inter', system-ui, sans-serif;

  /* Font weights (matches Google Fonts loaded subset) */
  --weight-light:    300;
  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;

  /* Spaziatura */
  --space-xs:  4px;
  --space-sm:  8px;
  --space-md:  16px;
  --space-lg:  24px;
  --space-xl:  48px;
  --space-2xl: 96px;

  /* Border radius */
  --radius-lg: 24px;
  --radius-card: 14px;
  --radius-badge: 20px;
  --radius-img:  16px;
  --radius-icon: 8px;

  /* Layout */
  --max-width: 1200px;
  --section-pad-block: 96px;
  --section-pad-inline: 24px;
}
