/* --------------------------------------------------------------------------
   SELF-HOSTED FONTS
   Fraunces and Inter, served from this site rather than Google Fonts, so no
   third party sees a visitor's IP address just to draw the text. Variable
   fonts: one file per family covers every weight and optical size the theme
   uses. Both are licensed under the SIL Open Font License; the licence files
   sit beside the fonts in assets/fonts/.
   -------------------------------------------------------------------------- */
@font-face{
  font-family:'Fraunces';
  src:url('../fonts/Fraunces-VF.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Fraunces';
  src:url('../fonts/Fraunces-Italic-VF.woff2') format('woff2');
  font-weight:100 900;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('../fonts/Inter-VF.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
