@font-face {
  font-family: Manrope;
  src: local(Manrope), url(../webfonts/Manrope-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Manrope;
  src: local(Manrope), url(../webfonts/Manrope-Bold.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope), url(../webfonts/Manrope-ExtraBold.ttf) format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope), url(../webfonts/Manrope-ExtraLight.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope), url(../webfonts/Manrope-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope), url(../webfonts/Manrope-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope), url(../webfonts/Manrope-SemiBold.ttf) format("truetype");
  font-weight: 600;
}

body {
  font-family: 'Manrope';
  background-color: white;
}