/* https://github.com/impallari/Libre-Baskerville */
@font-face {
  font-family: LibreBaskervilleRegular;
  src: url("/fonts/libre-baskerville/LibreBaskerville-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Use ampersand from italic version of Baskerville also for regular version */
@font-face {
  font-family: LibreBaskervilleRegular;
  src: url("/fonts/libre-baskerville/LibreBaskerville-Italic.ttf") format("truetype");
  unicode-range: U+0026;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: LibreBaskervilleItalic;
  src: url("/fonts/libre-baskerville/LibreBaskerville-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable.woff2") format("woff2");
}

@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable-Italic.woff2") format("woff2");
}

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

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