/* ============================================================
   TMG SECURITY — SELF-HOSTED TYPEFACES

   All four families ship as VARIABLE fonts, so one WOFF2 per
   family covers every weight the site uses. That replaces 14
   separate Google Fonts requests (and two third-party origins:
   fonts.googleapis.com + fonts.gstatic.com) with 4 same-origin
   files totalling ~111 KB, served from our own cache headers.

   Latin subset only — the site is English-language throughout.
   font-display:swap keeps text visible during load, exactly as
   the previous Google request did.

   Typography is unchanged: same families, same weights.
   ============================================================ */

@font-face{
  font-family:'Inter';
  src:url('../fonts/inter.woff2') format('woff2-variations'),
      url('../fonts/inter.woff2') format('woff2');
  font-weight:100 900; font-style:normal; font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,
                U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,
                U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Space Grotesk';
  src:url('../fonts/space-grotesk.woff2') format('woff2-variations'),
      url('../fonts/space-grotesk.woff2') format('woff2');
  font-weight:300 700; font-style:normal; font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,
                U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,
                U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'JetBrains Mono';
  src:url('../fonts/jetbrains-mono.woff2') format('woff2-variations'),
      url('../fonts/jetbrains-mono.woff2') format('woff2');
  font-weight:100 800; font-style:normal; font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,
                U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,
                U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Orbitron';
  src:url('../fonts/orbitron.woff2') format('woff2-variations'),
      url('../fonts/orbitron.woff2') format('woff2');
  font-weight:400 900; font-style:normal; font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,
                U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,
                U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
