/* Self-hosted, replaces the Google Fonts CDN call.
   Both are variable fonts, one file covers the whole weight range. */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/quicksand.woff2') format('woff2');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('fonts/sora.woff2') format('woff2');
}
