@font-face {
  font-family: 'NeueMontreal-Regular';
  src:
    url('NeueMontreal-Regular.woff2') format('woff2'),
    url("NeueMontreal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SpaceMono-Regular';
  src:
    url('SpaceMono-Regular.woff2') format('woff2'),
    url("SpaceMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}