/* Host Grotesk, standing in for the face the site will be set in.
 *
 * A neo-grotesque under the SIL Open Font License, served from this site rather
 * than from Google's: the site is written for readers in the EU, and fonts
 * pulled from Google's servers have been ruled a GDPR problem there. One
 * variable file, Latin only, 20 KB, every weight from 300 to 800 — the site
 * asks for one of them.
 *
 * Swapping the face is this file and --font in tokens.css.
 */
@font-face {
  font-family: "Host Grotesk";
  src: url("/assets/fonts/HostGrotesk.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
