@font-face {
  font-family: "Ubuntu";
  font-weight: 400;
  font-style: normal;
  src: url(Ubuntu-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: normal;
  src: url(Ubuntu-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 700;
  font-style: normal;
  src: url(Ubuntu-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  src: url(Manrope-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  src: url(Manrope-Medium.ttf) format("truetype");
}
body {
  font-family: "Manrope", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
