/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&display=swap');*/
/*@import url("/static/fonts/texgyreadventor-regular.otf");*/

@font-face {
	font-family: "TexGyre Regular";
	src: url("/static/fonts/texgyreadventor-regular.otf");
}

@font-face {
	font-family: "TexGyre Bold";
	src: url("/static/fonts/texgyreadventor-bold.otf");
}

/*
.manrope-<uniquifier> {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

/*.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}