/* no googlefonts because why the fuck would i use googlefonts */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('./roboto-mono/RobotoMono-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: url('./roboto-mono/RobotoMono-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-weight: 400;
  src: url('./pt-mono/PTMono-Regular.woff2') format('woff2');
}
