/* =============================================================================
   elements.dev — webfonts

   Inter (sans, OFL 1.1) — variable woff2 covering 100–900, plus the
   matching italic axis. One file per axis delivers every weight shade
   so anything asking for 400/500/600/700+ resolves cleanly.

   JetBrains Mono (mono, OFL 1.1) — variable woff2 covering 100–800.
   Reserved for code blocks, fenced code, terminal, kbd. Chrome reads
   sans (Inter) per the unified type system.

   Sites consume these via --font-sans / --font-mono in global.css.
============================================================================= */

@font-face {
  font-family: "Inter";
  src: url("/browser/app/shared/styles/fonts/InterVariable.336a89fb4e7fc1d.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/browser/app/shared/styles/fonts/InterVariable-Italic.c91adde9f78caceb.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/browser/app/shared/styles/fonts/JetBrainsMono-Variable.aa4388db5528a0d5.woff2") format("woff2-variations");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/browser/app/shared/styles/fonts/JetBrainsMono-Variable-Italic.7a463bbf4bbf834c.woff2") format("woff2-variations");
  font-weight: 100 800;
  font-style: italic;
  font-display: swap;
}
