/* FK Grotesk Essential Package (licensed), self-hosted woff2 in fonts/. */

/* Berkeley Mono is the brand mono. The face carries ASCII only (95 glyphs), so
   dashes, middots and arrows fall through per glyph to FK Grotesk Mono below —
   write mono labels in ASCII. Replace the file to swap the cut; nothing else
   needs to change. */
@font-face {
  font-family: "Berkeley Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/BerkeleyMono-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "FK Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/FKGrotesk-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "FK Grotesk";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/FKGrotesk-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "FK Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/FKGrotesk-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "FK Grotesk";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/FKGrotesk-BoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "FK Grotesk Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/FKGroteskMono-Regular.woff2") format("woff2");
}
