/*
  TRAP-50/AC-1: self-hosted brand fonts, own origin — no external font CDN. Montserrat Variable
  covers the full weight axis (400 body .. 750/800 display) from one file; IBM Plex Mono backs the
  handful of literal `font-family:monospace` usages (device EUI/keys) via --tw-font-mono below.
*/
@font-face {
    font-family: "Montserrat";
    src: url("fonts/montserrat-variable.woff2") format("woff2-variations"),
         url("fonts/montserrat-variable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url("fonts/ibm-plex-mono-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --tw-font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
}
