/*
 * Fonts locali — Cormorant Garamond e Barlow.
 *
 * In produzione: sostituire questo file con @font-face
 * che punta a file .woff2 nella cartella /assets/fonts/.
 * Istruzioni:
 * 1. Scaricare da: https://gwfh.mranftl.com/fonts/cormorant-garamond
 *    e https://gwfh.mranftl.com/fonts/barlow
 * 2. Mettere i file .woff2 in /assets/fonts/
 * 3. Sostituire il @import sotto con @font-face locali.
 *
 * Il fallback qui usa Google Fonts solo come placeholder di sviluppo.
 * Non va mantenuto in produzione per conformità GDPR.
 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Barlow:wght@300;400;500;600&display=swap');
