/* Self-hosted variable fonts. Each file covers its full weight range (and,
   for Fraunces Italic, the italic style) via the OpenType fvar 'wght' axis —
   modern browsers pick the correct instance from a single file even though
   font-weight below is declared per name rather than as a range. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('Fraunces-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('Fraunces-Italic-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('WorkSans-Variable.woff2') format('woff2');
}
