@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "IBMPlexSans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexSans-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "IBMPlexSans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "IBMPlexMono";
  font-style: monospace;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexMono-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "IBMPlexMono";
  font-style: monospace;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/IBMPlexMono-Bold.ttf") format("truetype");
}
