@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
html,
body {
  background-color: #fff;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 7rem;
  font-weight: 700;
}

h2 {
  font-size: 4.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c234d;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #0e1133;
}

h3 {
  font-size: 3.4rem;
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

p {
  font-size: 1.8rem;
  color: #505056;
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */