/* ==========================================================================
   FactoryHajri UI - 00. FONTS (self-hosted)
   --------------------------------------------------------------------------
   IBM Plex, self-hosted. Not left on Google Fonts because factory internet is
   slow and a round trip on every page load is expensive.
   Only the weights we actually use, Latin range only:
     Sans  400 / 500 / 600 / 700      Mono  400 / 500 / 600
   About 160 KB in total, and it caches.
   ========================================================================== */

@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/IBMPlexSans-Regular-Latin1.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:500;font-display:swap;
  src:url("../fonts/IBMPlexSans-Medium-Latin1.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:700;font-display:swap;
  src:url("../fonts/IBMPlexSans-Bold-Latin1.woff2") format("woff2")}

@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/IBMPlexMono-Regular-Latin1.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:500;font-display:swap;
  src:url("../fonts/IBMPlexMono-Medium-Latin1.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2")}
