/* Self-hosted subsetted fonts: Rubik (variable 300-900) + Space Mono.
   Subsetted with fonttools from upstream Google Fonts releases (OFL). */

@font-face {
  font-family: "Rubik";
  font-style: normal; font-weight: 300 900; font-display: swap;
  src: url("/assets/fonts/Rubik.woff2") format("woff2");
}
@font-face {
  font-family: "Space Mono";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/fonts/SpaceMono-400.woff2") format("woff2");
}
@font-face {
  font-family: "Space Mono";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("/assets/fonts/SpaceMono-700.woff2") format("woff2");
}
