/* Self-hosted, replacing the Google Fonts CDN link (every other RedHusky
   Rails app self-hosts its assets — this was the one exception). Each of
   these is a single variable-font file covering the whole weight range
   GitHusky actually uses, not three separate static-weight files. Propshaft
   rewrites the relative url()s below to the fingerprinted asset path. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/inter-var-496a588b.woff2") format("woff2");
}

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

/* Matches HuskyOS's own wordmark face (husky-core/platform-rails). Used for
   the sidebar brand mark and, since HuskyCore v2, for --font-display
   (profile names, README/section headings) — replaced Fraunces. */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/assets/montserrat-var-9322ad4f.woff2") format("woff2");
}
