/**
 * Self-hosted. The prototype linked fonts.googleapis.com, which on a pharmacy
 * network without outbound DNS hangs the whole cold load waiting on a lookup
 * that will never resolve.
 *
 * Latin subsets only -- the UI is English, and the Cyrillic/Greek/Vietnamese
 * cuts are dead weight on a slow link.
 */

/* Public Sans ships as one variable file covering the whole 400-800 range, so
   the five weights the design uses are one request, not five. */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/public-sans-var.e4c9b081863a.woff2") format('woff2');
}

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

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

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