/* Self-hosted fonts — replaces the Google Fonts / jsdelivr CDN links.
   JetBrains Mono ships as a single variable-font file covering the
   whole weight axis, so one @font-face with a weight range is enough.
   Geist Sans (Fontsource build) ships one static file per weight. */

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

@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/geist-sans/geist-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/geist-sans/geist-sans-500.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/geist-sans/geist-sans-600.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/geist-sans/geist-sans-700.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/geist-sans/geist-sans-800.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/geist-sans/geist-sans-900.woff2") format("woff2");
}
