@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  font-display: auto;
  src: url("manrope-semibold.woff2") format("woff2"),
  url("manrope-semibold.woff") format("woff"),
  url("manrope-semibold.otf") format("truetype");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "Manrope";
  font-display: auto;
  src: url("manrope-medium.woff2") format("woff2"),
  url("manrope-medium.woff") format("woff"),
  url("manrope-medium.otf") format("truetype");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "Manrope";
  font-display: auto;
  src: url("manrope-regular.woff2") format("woff2"),
  url("manrope-regular.woff") format("woff"),
  url("manrope-regular.otf") format("truetype");
  font-style: normal;
  font-weight: 400; }
body, html {
  font-family: "Manrope",sans-serif; }
*,*:before,*:after {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }