/* Fraunces variable font — display/serif, replaces licensed CODEC */
/* Swap to CODEC: change src: url below + font-family name in tokens.css */
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-variable.woff2') format('woff2');
  font-weight: 200 900;
  font-style: oblique 0deg 20deg;
  font-display: swap;
}

/* Funnel Sans variable font — body/sans, replaces licensed ALQUDS */
/* Swap to ALQUDS: change src: url below + font-family name in tokens.css */
@font-face {
  font-family: 'Funnel Sans';
  src: url('../fonts/funnel-sans-variable.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}
