/* Fuentes self-hosted (variable fonts, subset latin) */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url('../fonts/Fraunces.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url('../fonts/Fraunces-italic.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100 900;
  src: url('../fonts/WorkSans.woff2') format('woff2');
  font-display: swap;
}
