/* Self-hosted fonts (latin subset) per DESIGN.md.
   EB Garamond, IBM Plex Mono, Ultra - all SIL Open Font License. */

@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  src: url('eb-garamond-500-italic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('eb-garamond-500.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('eb-garamond-600.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: url('ibm-plex-mono-400.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  src: url('ibm-plex-mono-500.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  src: url('ibm-plex-mono-600.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Ultra';
  font-style: normal;
  font-weight: 400;
  src: url('ultra-400.woff2') format('woff2');
  font-display: swap;
}
