/*
 * Gatorio – Self-hosted fonts
 * Bellefair (OFL) – fontsquirrel.com/fonts/bellefair
 * Libre Baskerville (OFL) – fontsquirrel.com/fonts/libre-baskerville
 *
 * Place font files in /public/fonts/:
 *   Bellefair-Regular.woff2
 *   LibreBaskerville-Regular.woff2
 *   LibreBaskerville-Italic.woff2
 *   LibreBaskerville-Bold.woff2
 *
 * Download from fontsquirrel.com (Webfont Kit)
 */

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

@font-face {
  font-family: "Libre Baskerville";
  src: url("/fonts/LibreBaskerville-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("/fonts/LibreBaskerville-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("/fonts/LibreBaskerville-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
