/* Font del sito. Erano incorporati in base64 in questo stesso file (399 KB) e
   bloccavano il primo rendering: il browser doveva scaricarli tutti prima di
   disegnare qualsiasi cosa. Ora sono file esterni in public/fonts/, caricati
   in parallelo e solo quando servono; i tre dell'interfaccia sono in preload
   nel <head> di index.html.
   ⚠️ Conseguenza: aprendo index.html col doppio click (file://) i font non si
   vedono più, il browser li blocca per CORS. Serve un server locale. */

@font-face { font-family:'Dancing Script'; font-style:normal; font-weight:700; font-display:swap; src:url('../fonts/dancing-script-700.woff2') format('woff2'); }
@font-face { font-family:'Cormorant Garamond'; font-style:normal; font-weight:600; font-display:swap; src:url('../fonts/cormorant-garamond-600.woff2') format('woff2'); }
@font-face { font-family:'Cormorant Garamond'; font-style:italic; font-weight:400; font-display:swap; src:url('../fonts/cormorant-garamond-italic.woff2') format('woff2'); }
@font-face { font-family:'Cormorant Garamond'; font-style:italic; font-weight:600; font-display:swap; src:url('../fonts/cormorant-garamond-italic-600.woff2') format('woff2'); }
@font-face { font-family:'Barlow Condensed'; font-style:normal; font-weight:600; font-display:swap; src:url('../fonts/barlow-condensed-600.woff2') format('woff2'); }
@font-face { font-family:'Barlow Condensed'; font-style:normal; font-weight:700; font-display:swap; src:url('../fonts/barlow-condensed-700.woff2') format('woff2'); }
@font-face { font-family:'Source Sans 3'; font-style:normal; font-weight:300; font-display:swap; src:url('../fonts/source-sans-3-300.woff2') format('woff2'); }
@font-face { font-family:'Source Sans 3'; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/source-sans-3.woff2') format('woff2'); }
@font-face { font-family:"Bigover"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/bigover.woff2') format('woff2'); }
@font-face { font-family:"Birthlong"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/birthlong.woff2') format('woff2'); }
@font-face { font-family:"Blackbold"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/blackbold.woff2') format('woff2'); }
@font-face { font-family:"Crative Think"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/crative-think.woff2') format('woff2'); }
@font-face { font-family:"Dacomment"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/dacomment.woff2') format('woff2'); }
@font-face { font-family:"Fattern"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/fattern.woff2') format('woff2'); }
@font-face { font-family:"Hackensack"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/hackensack.woff2') format('woff2'); }
@font-face { font-family:"Little Hope"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/little-hope.woff2') format('woff2'); }
@font-face { font-family:"Lumierepolis"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/lumierepolis.woff2') format('woff2'); }
@font-face { font-family:"Matcha Mint"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/matcha-mint.woff2') format('woff2'); }
@font-face { font-family:"Quaint HF"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/quaint-hf.woff2') format('woff2'); }
@font-face { font-family:"QuickTrick"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/quicktrick.woff2') format('woff2'); }
@font-face { font-family:"Thernaly"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/thernaly.woff2') format('woff2'); }
@font-face { font-family:"Super Jello"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/super-jello.woff2') format('woff2'); }
@font-face { font-family:"Super Pandora"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/super-pandora.woff2') format('woff2'); }
@font-face { font-family:"Super Nugget"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/super-nugget.woff2') format('woff2'); }
@font-face { font-family:"Minimasimple"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/minimasimple.woff2') format('woff2'); }
@font-face { font-family:"Super Joyful"; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/super-joyful.woff2') format('woff2'); }
