@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 300;
  font-display: block;
  src: url('../fonts/Inter-Italic.ttf') format('truetype');
}

@font-face {
  font-family: InterVariable;
  font-style: bold;
  font-weight: 700;
  font-display: block;
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "IBM Plex Mono";
  font-weight: 400;
  font-display: block;
  src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
}
