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