/*
  fonts.css — Font locali per paolaariano.com
  GDPR compliant: nessuna richiesta a server Google

  ISTRUZIONI PER SCARICARE I FILE FONT:
  1. Vai su https://fonts.google.com/specimen/Playfair+Display
     → clicca "Get font" → "Download all" → estrai lo zip
     → copia i file .ttf nella cartella fonts/ e convertili in woff2
     OPPURE usa https://gwfh.mranftl.com/fonts/playfair-display
     seleziona pesi: 400, 400 italic, 700 → Download → estrai in fonts/

  2. Vai su https://gwfh.mranftl.com/fonts/lato
     seleziona pesi: 300, 400, 700 → Download → estrai in fonts/

  I nomi dei file devono corrispondere esattamente a quelli qui sotto.
*/

/* Playfair Display 400 */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('playfair-display-v37-latin-regular.woff2') format('woff2');
}

/* Playfair Display 400 italic */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('playfair-display-v37-latin-italic.woff2') format('woff2');
}

/* Playfair Display 700 */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('playfair-display-v37-latin-700.woff2') format('woff2');
}

/* Lato 300 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('lato-v24-latin-300.woff2') format('woff2');
}

/* Lato 400 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('lato-v24-latin-regular.woff2') format('woff2');
}

/* Lato 700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('lato-v24-latin-700.woff2') format('woff2');
}
