@charset "UTF-8";

@font-face {
  font-family: "Manrope";
  src: url("manrope-bold.woff2") format("woff2"),
  url("manrope-bold.woff") format("woff"),
  url("manrope-bold.otf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@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: 600;
}

@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: 400;
}

body, html {
  font-family: "Manrope",sans-serif;
}