/* ===========================================================================
   Self hosted, latin, the two faces the brief actually specifies.

   Boska      Fontshare. ITF Free Font License 2.0, which permits commercial
              use and web embedding. A high contrast display serif with a
              narrow set and sharp thin strokes. Chosen over Gambetta and over
              the Instrument Serif fallback: it has a true italic, it is barely
              used anywhere, and the narrow set keeps long headlines on the
              intended number of lines. 400, 400 italic and 500.
   Aspekta    Ivo Dolenc. OFL 1.1. 350 / 450 / 600, the three weights the
              brief asks for.
   Geist Mono is still the one face not self hosted. IBM Plex Mono carries the
              11px metadata layer until it is dropped in. See TODO below.

   All five files together are 111 KB, which is less than the five Google
   fallback files they replace.
   =========================================================================== */

@font-face{
  font-family:'Boska';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../assets/fonts/boska-400.woff2') format('woff2');
}
@font-face{
  font-family:'Boska';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('../assets/fonts/boska-400i.woff2') format('woff2');
}
@font-face{
  font-family:'Boska';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('../assets/fonts/boska-500.woff2') format('woff2');
}

@font-face{
  font-family:'Aspekta';
  font-style:normal;
  font-weight:350;
  font-display:swap;
  src:url('../assets/fonts/aspekta-350.woff2') format('woff2');
}
@font-face{
  font-family:'Aspekta';
  font-style:normal;
  font-weight:450;
  font-display:swap;
  src:url('../assets/fonts/aspekta-450.woff2') format('woff2');
}
@font-face{
  font-family:'Aspekta';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('../assets/fonts/aspekta-600.woff2') format('woff2');
}

/* IBM Plex Mono carries the 11px metadata layer until Geist Mono is supplied.
   This face was dropped by accident when this file was rewritten, which left
   every mono element falling back to the system monospace. */
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../assets/fonts/plexmono-400.woff2') format('woff2');
}

/* TODO Geist Mono. Drop geist-mono-400.woff2 into assets/fonts and uncomment.
@font-face{font-family:'Geist Mono';font-style:normal;font-weight:400;font-display:swap;src:url('../assets/fonts/geist-mono-400.woff2') format('woff2')}
*/
