/* FONT 1 — Moderno/pulito: Poppins (titoli) + Inter (testo) */
/* <link> Google Fonts da aggiungere nell'<head>:
   https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Inter:wght@400;500;600&display=swap */
:root {
  --font-heading: 'Poppins', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}
