/* ============================================================
   Fyld — Webfonts
   Geist + Geist Mono (SIL OFL, self-hosted variable fonts).
   The single technical superfamily: Geist for display/UI/body,
   Geist Mono for every number, ID, score and metric.
   ============================================================ */

@font-face {
  font-family: "Geist";
  src: url("./fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("./fonts/GeistMono-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
