/* ------------------------------------------------------------------
   UXUI.expert — self-hosted typefaces
   Barlow + Barlow Condensed, SIL Open Font License 1.1 (self-hosting
   is expressly permitted; keep OFL.txt alongside these files).

   Only the 6 variants the site actually uses are declared here.
   The old Google Fonts request pulled 16.

   font-display:swap  = text paints immediately in the fallback,
   then swaps when the webfont lands. No invisible-text flash.
------------------------------------------------------------------ */

@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:italic;font-weight:400;font-display:swap;
  src:url("/assets/fonts/barlow-400i.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:"Barlow";font-style:normal;font-weight:700;font-display:swap;
  src:url("/assets/fonts/barlow-700.woff2") format("woff2")}
@font-face{font-family:"Barlow";font-style:italic;font-weight:700;font-display:swap;
  src:url("/assets/fonts/barlow-700i.woff2") format("woff2")}
@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:700;font-display:swap;
  src:url("/assets/fonts/barlowcondensed-700.woff2") format("woff2")}
