@font-face {
  font-family: 'IBM Plex Mono';
  src: url('./IBMPlexMono-Light.ttf');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('./IBMPlexMono-Regular.ttf');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('./IBMPlexMono-Medium.ttf');
  font-style: bold;
  font-weight: 600;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('./IBMPlexMono-Bold.ttf');
  font-style: bold;
  font-weight: 700;
}