/* Self-hosted brand type — MV3 CSP blocks remote font fetches on extension
   pages, so the woff2s ship with the extension. All three are variable fonts:
   one latin file per family covers every weight the UI uses. */
@font-face {
  font-family: "Space Grotesk";
  src: url("./fonts/spacegrotesk-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("./fonts/jetbrainsmono-latin.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
