/* ==================================================================
   Airplay Live — frontend_design typefaces (self-hosted, no CDN)
   IBM Plex Sans  — display / UI / body  (variable weight 400–700)
   IBM Plex Mono  — instrument readouts: POP, metrics, times, labels
   Licence: SIL OFL 1.1 (IBM Plex). Files under ./fonts/.
   ================================================================== */

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;               /* variable axis */
  font-display: swap;
  src: url("/frontend_design/assets/fonts/plexsans-var.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/frontend_design/assets/fonts/plexmono-400.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/frontend_design/assets/fonts/plexmono-500.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/frontend_design/assets/fonts/plexmono-600.woff2") format("woff2");
}
