/*
 * Font self-hosted, scaricati da Google Fonts (fonts.gstatic.com) come
 * variable font: un solo file .woff2 copre l'intero range di pesi
 * (font-weight con due valori = range supportato dal file).
 */

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('cormorant-garamond-variable.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('cormorant-garamond-400italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('inter-variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
