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