/* Self-hosted public-site fonts. Keep this list to the exact weights the site
 * uses so the generated static site stays small and makes no third-party font
 * requests at runtime.
 */

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

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/vendor/fonts/geist/geist-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/vendor/fonts/geist/geist-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/vendor/fonts/geist/geist-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("/vendor/fonts/geist/geist-latin-800-normal.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/vendor/fonts/jetbrains-mono/jetbrains-mono-latin-400-normal.woff2")
    format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/vendor/fonts/jetbrains-mono/jetbrains-mono-latin-500-normal.woff2")
    format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/vendor/fonts/jetbrains-mono/jetbrains-mono-latin-600-normal.woff2")
    format("woff2");
}

@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("/vendor/fonts/newsreader/newsreader-latin-400-italic.woff2")
    format("woff2");
}

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/vendor/fonts/eb-garamond/eb-garamond-latin-400-normal.woff2")
    format("woff2");
}

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/vendor/fonts/eb-garamond/eb-garamond-latin-500-normal.woff2")
    format("woff2");
}
