/* ------------------------------------------------------------------
   Self-hosted fonts — latin subset, variable weight axis.

   Previously pulled from fonts.googleapis.com. Now local, because a
   strict Content-Security-Policy (default-src 'none') has no reason to
   trust a third-party origin, and because every request to Google
   Fonts hands a visitor's IP to Google.

   Both families ship as a single variable file covering the whole
   weight range, so there is one download each rather than one per
   weight. Sourced from Google Fonts; both are SIL Open Font License
   1.1, which permits self-hosting.
------------------------------------------------------------------ */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/archivo-var.woff2') format('woff2-variations'),
       url('../fonts/archivo-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Martian Mono';
  font-style: normal;
  font-weight: 400 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/martian-mono-var.woff2') format('woff2-variations'),
       url('../fonts/martian-mono-var.woff2') format('woff2');
}
