/* ==========================================================================
   La Nave — Font-face locali
   Glacial Indifference (font di testo) auto-ospitato.
   I file .woff2 vanno aggiunti manualmente in assets/fonts/.
   Libre Baskerville (font titoli) è caricato via Google Fonts,
   vedi assets/partials/head-fonts.html.
   ========================================================================== */

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/glacial-indifference-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/glacial-indifference-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
