/* ---- Font self-hosted ---- */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/fonts/playfair.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500 600;
  font-display: swap;
  src: url('/fonts/playfair-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url('/fonts/cormorant-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/poppins-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/poppins-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/poppins-600.woff2') format('woff2');
}

:root {
  /* Palette (crema caldo · teal · oro/tabacco · pesca) */
  --teal: #34908b;
  --teal-dark: #2a7671;
  --teal-deep: #1e5652;
  --sage: #827148;         /* oro/tabacco (secondario) */
  --sage-dark: #6a5c3a;
  --lime: #e8a07c;         /* pesca/terracotta (accento) */
  --lime-soft: #f2c4a9;
  --ink: #2f2717;
  --ink-soft: #5f5340;
  --muted: #8f8069;

  /* Superfici */
  --cream: #ffeed6;
  --cream-2: #fbe4c6;
  --white: #fffdf7;
  --surface: #fffdf7;
  --line: #ecd9b6;
  --line-2: #e3c9a0;

  /* Tipografia */
  --font-display: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --step--1: clamp(0.83rem, 0.8rem + 0.2vw, 0.94rem);
  --step-0: clamp(1rem, 0.96rem + 0.25vw, 1.12rem);
  --step-1: clamp(1.2rem, 1.1rem + 0.5vw, 1.4rem);
  --step-2: clamp(1.55rem, 1.35rem + 1vw, 2.1rem);
  --step-3: clamp(2rem, 1.6rem + 2vw, 3.1rem);
  --step-4: clamp(2.6rem, 1.9rem + 3.6vw, 4.6rem);

  /* Spazi */
  --space-2xs: 0.4rem;
  --space-xs: 0.65rem;
  --space-s: 1rem;
  --space-m: 1.6rem;
  --space-l: 2.75rem;
  --space-xl: 4.5rem;
  --space-2xl: 7rem;

  --radius-s: 12px;
  --radius: 20px;
  --radius-l: 32px;
  /* Forme organiche (blob / goccia) */
  --blob-1: 62% 38% 46% 54% / 58% 52% 48% 42%;
  --blob-2: 42% 58% 58% 42% / 52% 44% 56% 48%;
  --blob-3: 50% 50% 46% 54% / 62% 58% 42% 38%;
  --leaf: 12px 200px 12px 200px;
  --shadow-s: 0 6px 20px -12px rgba(90, 72, 42, 0.32);
  --shadow: 0 18px 50px -24px rgba(90, 72, 42, 0.38);
  --shadow-lift: 0 26px 60px -28px rgba(90, 72, 42, 0.46);

  --container: 1180px;
  --container-narrow: 780px;
  --header-h: 76px;
}
