/* Set tipografico attivo: Default (Cormorant - Inter) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;1,400&display=swap');
:root {
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --subhead: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --hero: "Inter", -apple-system, "Segoe UI", Arial, sans-serif;
  --body: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, "Segoe UI", Arial, sans-serif;
}
