/*
IBM Plex Mono — SIL Open Font License 1.1.
Copyright © 2017 IBM Corp. https://github.com/IBM/plex

Self-hosted, like Pretendard (see pretendardvariable-dynamic-subset.css) — never a CDN, so a
404 can never silently drop the site to a fallback. Only the `latin` subset is shipped: this face
is the site's *data* voice (eyebrows, LOT/Serial, device names, ERP·MES·WMS, phone numbers) —
never Korean running text, which stays Pretendard. The latin range already carries the middle dot
(U+00B7) and the general-punctuation block, so the mono chips render whole.

Two weights only: 500 for data, 600 for eyebrows and labels. font-display: swap keeps it off the
critical path — the LCP text is the Pretendard <h1>, not anything set here.
*/
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./ibm-plex-mono/ibm-plex-mono-latin-500-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(./ibm-plex-mono/ibm-plex-mono-latin-600-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
