/* Libre Baskerville */

@font-face {
  font-family: "Libre Baskerville";
  src: url(/static/fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url(/static/fonts/Libre_Baskerville/LibreBaskerville-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url(/static/fonts/Libre_Baskerville/LibreBaskerville-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Alegreya */

@font-face {
  font-family: "Alegreya";
  src: url(/static/fonts/Alegreya-Variable.ttf) format("truetype");
  font-weight: 400 500 600 700 800 900;
  font-style: normal;
}

/* Satoshi */

@font-face {
  font-family: "Satoshi";
  src: url(/static/fonts/Satoshi-Variable.ttf) format("truetype");
  font-weight: 400 500 600 700 800;
  font-style: normal;
}

/* IBM Plex Mono */

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/IBM_Plex_Mono/IBMPlexMono-Light.ttf) format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/IBM_Plex_Mono/IBMPlexMono-Italic.ttf)
    format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/static/fonts/IBM_Plex_Mono/IBMPlexMono-Medium.ttf)
    format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/static/fonts/IBM_Plex_Mono/IBMPlexMono-MediumItalic.ttf)
    format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/static/fonts/IBM_Plex_Mono/IBMPlexMono-Semibold.ttf)
    format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/static/fonts/IBM_Plex_Mono/IBMPlexMono-Bold.ttf) format("truetype");
}
