/* Inter */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(inter-300.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(inter-400.ttf) format('truetype');
}

/* JetBrains Mono */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(jetbrainsmono-300.ttf) format('truetype');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(jetbrainsmono-400.ttf) format('truetype');
}

/* Space Grotesk */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(spacegrotesk-300.ttf) format('truetype');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(spacegrotesk-400.ttf) format('truetype');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(spacegrotesk-500.ttf) format('truetype');
}

/* Caveat */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(caveat-400.ttf) format('truetype');
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(caveat-500.ttf) format('truetype');
}

/* Latin Modern Roman */
@font-face {
  font-family: 'Latin Modern Roman';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(latinmodern-regular.otf) format('opentype');
}

@font-face {
  font-family: 'Latin Modern Roman';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(latinmodern-bold.otf) format('opentype');
}

/* Computer Modern Serif */
@font-face {
  font-family: 'Computer Modern Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(cmunrm.otf) format('opentype');
}

@font-face {
  font-family: 'Computer Modern Serif';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(cmunbx.otf) format('opentype');
}
