/* Self-hosted fonts (bolt-cockpit-mobile-s1, P5) — replaces the Google Fonts CDN link.
 * One @font-face per imported file, each referencing its vendored woff2 under
 * /fonts/ — byte-identical latin subsets from the same fonts.gstatic.com sources
 * the CDN served (principal ruling on the run board's HOLD: real binaries, option a).
 * Variable fonts for Orbitron and JetBrains Mono; static weights for Rajdhani
 * (no variable cut published).
 * Inter is deliberately NOT vendored: it is referenced nowhere in client/src
 * (font tokens: sans=Rajdhani, display=Orbitron, mono=JetBrains Mono) — restore
 * with one added import if a consumer ever appears.
 * Loaded async from index.html (media="print" onload swap) so fonts never block
 * first paint on slow networks (AC-5). */

@import url('/fonts/faces/orbitron.css');
@import url('/fonts/faces/rajdhani-300.css');
@import url('/fonts/faces/rajdhani-400.css');
@import url('/fonts/faces/rajdhani-500.css');
@import url('/fonts/faces/rajdhani-600.css');
@import url('/fonts/faces/rajdhani-700.css');
@import url('/fonts/faces/jetbrains-mono.css');
