/* ============================================================
   PIAVE OCCHIALI — FONT CONFIGURATION (edit here)
   ============================================================

   How to change fonts:

   1. Open index.html and replace the Google Fonts stylesheet URL
      (the <link> whose href starts with https://fonts.googleapis.com/css2).
      Build a new URL at https://fonts.google.com — include the weights you
      need (e.g. 300, 400, 500 for body; 300, 400, 600 for headings).

   2. Edit the two stacks below. The first font name must match the family
      name from Google Fonts exactly (same spelling and spaces).

   3. Optional fallbacks: keep Georgia/serif after the heading font and
      system-ui/sans-serif after the body font so text still looks OK if
      the web font fails to load.

   ============================================================ */

:root {
  /* Headings: h1–h4, many section titles */
  --ff-heading: 'Cormorant Garamond', Georgia, serif;

  /* Body: paragraphs, nav, buttons, UI text */
  --ff-body: 'Inter', system-ui, -apple-system, sans-serif;
}
