/* Self-hosted Google Fonts (latin subset) - replaces the Google Fonts CDN for
   privacy (no visitor-IP exposure). Bitter and Source Sans 3 are variable fonts:
   one file covers the whole weight range. */
@font-face{
  font-family:'Bitter';
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url(../fonts/bitter-400.woff2) format('woff2');
}
@font-face{
  font-family:'Source Sans 3';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url(../fonts/source-sans-3-400.woff2) format('woff2');
}
@font-face{
  font-family:'Rye';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(../fonts/rye-400.woff2) format('woff2');
}
