/*
   Space Mono found on Google Fonts
   ty, Colophon Foundry! <3

   https://fonts.google.com/specimen/Space+Mono?selection.family=Space+Mono
   github: https://github.com/googlefonts/spacemono
*/
@font-face {
  font-family: "Space Mono";
  src: url('/fonts/SpaceMono-Regular.ttf');
  /* src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/545665/SpaceMono-Regular.ttf"); */
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Space Mono";
  src: url('/fonts/SpaceMono-Bold.ttf');
  /* src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/545665/SpaceMono-Bold.ttf"); */
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
