/* ============================================================
   EPOCH ENERGY — Self-hosted webfonts
   IBM Plex Sans + IBM Plex Mono, subset to Latin.
   Licensed under the SIL Open Font License v1.1 (free, no cost).
   Replaces the Google Fonts <link>. See README for install.
   ============================================================ */

/* ---------- IBM Plex Sans ---------- */
@font-face{
  font-family:'IBM Plex Sans';
  font-style:normal;
  font-weight:200;                 /* maps to Thin master; matches the site's monumental display type */
  font-display:swap;
  src:url('fonts/IBMPlexSans-Thin.subset.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Sans';
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url('fonts/IBMPlexSans-Light.subset.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Sans';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/IBMPlexSans-Regular.subset.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Sans';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/IBMPlexSans-Medium.subset.woff2') format('woff2');
}

/* ---------- IBM Plex Mono ---------- */
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url('fonts/IBMPlexMono-Light.subset.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/IBMPlexMono-Regular.subset.woff2') format('woff2');
}
