/* ─── IQ4hire · self-hosted brand fonts ───
   Replaces the fonts.googleapis.com stylesheet. That was an external runtime
   dependency with no fallback: if Google Fonts is slow, blocked by a privacy
   extension, or unreachable, every page rendered in a system font with no
   warning. Self-hosting also removes Google Fonts as a data processor, since
   the CDN saw the IP address of every visitor.

   Same families and weights the CDN request asked for. Loaded from
   /assets/fonts, which is served with a one-year immutable cache header. */

@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:300;font-display:swap;src:url('/assets/fonts/barlow-condensed-300.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/barlow-condensed-400.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/barlow-condensed-600.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:italic;font-weight:600;font-display:swap;src:url('/assets/fonts/barlow-condensed-600-italic.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/barlow-condensed-700.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:800;font-display:swap;src:url('/assets/fonts/barlow-condensed-800.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:300;font-display:swap;src:url('/assets/fonts/barlow-300.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/barlow-400.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/barlow-500.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/barlow-600.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/ibm-plex-mono-400.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/ibm-plex-mono-500.woff2') format('woff2');}
