/* Keep the corresponding OFL.txt files with redistributed font binaries.
   *.subset.woff2 are Latin subsets of the full files beside them (Inter pinned to opsz 14);
   rebuild with pyftsubset when the character set needs to grow. */
@font-face {
  font-family: "Manrope";
  src: url("./Manrope-Variable.subset.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-Variable.subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("./IBMPlexMono-Regular.subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("./IBMPlexMono-Medium.subset.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
