/* IBM Plex Mono */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(.fonts/IBMPlexMono-Medium.ttf) format('truetype');
}
/* Oxanium */
@font-face {
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(.fonts/Oxanium/Oxanium-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxanium';
  font-style: bold;
  font-weight: bold;
  font-display: swap;
  src: url(.fonts/Oxanium/Oxanium-SemiBold.ttf) format('truetype');
}
/* Rokkitt */
@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(.fonts/Rokkitt/Rokkitt-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Rokkitt';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(.fonts/Rokkitt/Rokkitt-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Rokkitt';
  font-style: bold;
  font-weight: bold;
  font-display: swap;
  src: url(.fonts/Rokkitt/Rokkitt-SemiBold.ttf) format('truetype');
}
/* KellySlab */
@font-face {
  font-family: 'KellySlab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('.fonts/KellySlab-Regular.ttf') format('truetype');
}
