/* Self-hosted JetBrains Mono (static instances, SIL OFL 1.1 - see OFL.txt).
   Static files are deliberate: Chrome's PDF renderer embeds them as real
   TrueType fonts, while variable-font instances (as served by the Google
   Fonts API) fall back to Type 3 glyph drawings that break copying text
   out of the generated PDF. Font URLs resolve relative to this stylesheet,
   so the same files serve both the site and the local PDF build. */
@font-face {
    font-family: "JetBrains Mono";
    src: url("JetBrainsMono-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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