@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&family=Unbounded:wght@200..900&display=swap");
body {
  background: #FFFFFF;
  color: var(--main-text-color);
  font-family: "Raleway", sans-serif;
  font-feature-settings: "pnum" on, "lnum" on !important;
  font-size: clamp(1rem, 1.25vmax, 5rem);
  font-weight: 400;
  line-height: 130%;
  overflow-x: hidden;
  overflow-y: overlay;
}

.wrapper {
  padding: 20px 100px;
  height: 100%;
  width: 100%;
}

p, li {
  margin-bottom: 10px;
}

h1 {
  font-weight: 700;
  margin-bottom: 30px;
}

h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .wrapper {
    padding: 10px 15px;
  }
}