/* Self-hosted fonts — Fraunces (variable 300-900), Nunito (variable 300-900), Pacifico (400) */
/* Latin subset only. Generated from Google Fonts. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/fraunces-variable.woff2') format('woff2-variations'), url('../fonts/fraunces-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/nunito-variable.woff2') format('woff2-variations'), url('../fonts/nunito-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pacifico-400.woff2') format('woff2');
}
