/* Self-hosted Barlow. host/provision.sh fetches the woff2 files into fonts/
   at setup time so a panel keeps its typeface when the office loses internet.
   Until then these @font-face rules simply do not match and the stack falls
   back to system-ui, which is why gt-brand.css always names a fallback. */
@font-face { font-family:"Barlow"; font-weight:400; font-style:normal; font-display:swap;
             src:url("../../brand/fonts/barlow-400.woff2") format("woff2"); }
@font-face { font-family:"Barlow"; font-weight:600; font-style:normal; font-display:swap;
             src:url("../../brand/fonts/barlow-600.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-weight:600; font-style:normal; font-display:swap;
             src:url("../../brand/fonts/barlow-condensed-600.woff2") format("woff2"); }
