/* Self-hosted variable fonts — no external requests */
@font-face {
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(Italiana.woff2) format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(CormorantGaramond.woff2) format('woff2-variations'),
       url(CormorantGaramond.woff2) format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(Jost.woff2) format('woff2-variations'),
       url(Jost.woff2) format('woff2');
}
