/*
 * Self-hosted brand fonts for the Threshold design system (see DESIGN.md).
 * Served statically from /fonts/ and linked from routes/main.tsx — kept out of
 * main.css so the Tailwind/esbuild bundler never tries to resolve the woff2 URLs.
 * Inter (InterVariable) loads separately from rsms.me.
 */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./Fraunces.woff2") format("woff2");
}

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