/* QuantDesigned — self-hosted web fonts.

   Generated by scripts/fetch-fonts.py — do not edit by hand.

   Both families are variable fonts, so one file per family covers every
   weight the site uses (Inter 400/500/600/700, Montserrat 700/800) via
   the wght axis. Subset to Latin + Latin Extended-A and the punctuation
   in use; the CDN was also serving cyrillic, greek and vietnamese ranges
   this site has no content for.

   font-display: swap keeps text visible during the swap period, and the
   two above-the-fold faces are preloaded from each page's <head>. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;   /* variable wght axis */
  font-display: swap;
  src: url('../fonts/inter-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;   /* variable wght axis */
  font-display: swap;
  src: url('../fonts/montserrat-variable.woff2') format('woff2');
}
