/* ==========================================================================
   YSN — self-hosted fonts
   No network request, no third-party host, no FOUT dependency on anyone else.

     Barlow Condensed — display: headings, stat values, scorelines.
       Condensed is not decoration here. Team names either side of a VS,
       W-L records, map names and formats are long strings in tight boxes,
       and a condensed face fits more of them at the same cap height.

     Barlow           — body: all reading text and UI labels.
     JetBrains Mono   — data: scores, IPs, ping, dates, tags, micro-labels.

   Barlow and Barlow Condensed are the same typeface at two widths, so the
   headings and the body agree with each other by construction.

   Replaced Archivo + Inter (31 Aug 2026). Inter is the default face of every
   generated site on the internet; the point of moving off it is that this one
   should not look generated. 8 faces, ~180 KB.
   ========================================================================== */

@font-face{font-family:'Barlow Condensed';src:url('../assets/fonts/barlow-condensed-latin-500-normal.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Barlow Condensed';src:url('../assets/fonts/barlow-condensed-latin-600-normal.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Barlow Condensed';src:url('../assets/fonts/barlow-condensed-latin-700-normal.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Barlow Condensed';src:url('../assets/fonts/barlow-condensed-latin-800-normal.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}

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

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