/* Self-hosted developer-portal fonts (Node-free, no CDN): Inter + Fira Code
   variable woff2 (latin subset, OFL) live in app/assets/fonts and are
   fingerprinted by assets:precompile. asset_path resolves to the digested
   /assets/ URL. Loaded by the dev_portal layout; replaces fonts.googleapis.com. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/assets/inter-4de8ff6867e1e9d5a64dd3a6018a7c054b6d564974b6a5d43d7d5f11c32ae292.woff2) format("woff2");
}

@font-face {
  font-family: "Fira Code";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(/assets/fira-code-7ebe7827d0cb9b6edf967d75d3e23a5e36ab49204c486ff0e842ba3b93a75263.woff2) format("woff2");
}
