/* Quantum Glass faces, self-hosted (SIL Open Font License). Linked from App.razor only when
   every file below is present in wwwroot/fonts; see Components/SelfHostedFonts.cs. */
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/unbounded-latin-wght.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-wght.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/geist-mono-latin-wght.woff2") format("woff2");
}
