/* ==========================================================================
   OPPOSITE LOCK — SELF-HOSTED WEBFONTS (latin subset, woff2)
   Three families, exactly as Brand Guidelines v2.0 specifies.
   Self-hosted rather than pulled from Google Fonts: the demo works offline,
   there is no third-party request, and the WordPress build can drop these
   same files into the child theme. Swap back to the Google CDN if preferred.
   Archivo Black ships without an italic cut, so the italic display style is
   the browser's synthetic oblique — same as both original directions.
   ========================================================================== */

@font-face{font-family:'Archivo';font-style:normal;font-weight:300;font-display:swap;
  src:url('fonts/archivo-latin-300-normal.woff2') format('woff2')}
@font-face{font-family:'Archivo';font-style:normal;font-weight:400;font-display:swap;
  src:url('fonts/archivo-latin-400-normal.woff2') format('woff2')}
@font-face{font-family:'Archivo';font-style:normal;font-weight:500;font-display:swap;
  src:url('fonts/archivo-latin-500-normal.woff2') format('woff2')}
@font-face{font-family:'Archivo';font-style:normal;font-weight:600;font-display:swap;
  src:url('fonts/archivo-latin-600-normal.woff2') format('woff2')}
@font-face{font-family:'Archivo';font-style:normal;font-weight:700;font-display:swap;
  src:url('fonts/archivo-latin-700-normal.woff2') format('woff2')}
@font-face{font-family:'Archivo';font-style:normal;font-weight:800;font-display:swap;
  src:url('fonts/archivo-latin-800-normal.woff2') format('woff2')}

@font-face{font-family:'Archivo Black';font-style:normal;font-weight:400;font-display:swap;
  src:url('fonts/archivo-black-latin-400-normal.woff2') format('woff2')}

@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400;font-display:swap;
  src:url('fonts/jetbrains-mono-latin-400-normal.woff2') format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:500;font-display:swap;
  src:url('fonts/jetbrains-mono-latin-500-normal.woff2') format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:700;font-display:swap;
  src:url('fonts/jetbrains-mono-latin-700-normal.woff2') format('woff2')}
