/* IBM Plex superfamily, latin subset, self-hosted (see header.html useCDN
   toggle for the equivalent Google Fonts links). Plex Sans sets the body;
   Plex Mono carries the headings, site title, and metadata "chrome" and
   also renders code. woff2 only: every browser the rest of this theme
   targets supports it, so the legacy eot/ttf/svg sources are dropped. */

/* IBM Plex Sans - body */
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibm-plex-sans-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ibm-plex-sans-latin-400-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ibm-plex-sans-latin-600-normal.woff2') format('woff2');
}

/* IBM Plex Mono - headings, chrome, and code */
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibm-plex-mono-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ibm-plex-mono-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/ibm-plex-mono-latin-500-italic.woff2') format('woff2');
}
