/* IBM Plex Mono is bundled under the SIL Open Font License. */
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Stem files are supplied locally by the project owner. */
@font-face { font-family: "Stem"; src: url("../fonts/stem/Stem Light.otf") format("opentype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Stem"; src: url("../fonts/stem/Stem Regular.otf") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Stem"; src: url("../fonts/stem/Stem Medium.otf") format("opentype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Stem"; src: url("../fonts/stem/Stem Bold.otf") format("opentype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --font-family-primary: "Stem", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-family-mono: "IBM Plex Mono", ui-monospace, "Cascadia Mono", monospace;
}
