@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src:
    url("manrope-bold.woff2") format("woff2"),
    /* Modern browsers */ url("manrope-bold.woff") format("woff"),
    /* Legacy browsers */ url("manrope-bold.otf") format("truetype"); /* Android, iOS */
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src:
    url("manrope-semibold.woff2") format("woff2"),
    url("manrope-semibold.woff") format("woff"),
    url("manrope-semibold.otf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src:
    url("manrope-medium.woff2") format("woff2"),
    url("manrope-medium.woff") format("woff"),
    url("manrope-medium.otf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src:
    url("manrope-regular.woff2") format("woff2"),
    url("manrope-regular.woff") format("woff"),
    url("manrope-regular.otf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Manrope";
  src:
    url("manrope-light.woff2") format("woff2"),
    url("manrope-light.woff") format("woff"),
    url("manrope-light.otf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Manrope";
  src:
    url("manrope-thin.woff2") format("woff2"),
    url("manrope-thin.woff") format("woff"),
    url("manrope-thin.otf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

/* IBM Plex Mono */
/* Subset: Pi */
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 700;
	src: local("IBM Plex Mono Bold"), local("IBMPlexMono-Bold"), url("IBMPlexMono-Bold-Pi.woff2") format("woff2");
	unicode-range: U+03C0, U+0E3F, U+2000-200D, U+2028-2029, U+202F, U+2032-2033, U+205F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2500-259F, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+3000, U+FEFF, U+FFFD
}
