h1,
h2 {
  letter-spacing: -0.04em;
}
h1 {
  font-weight: 700;
  font-size: 70px;
}
h2 {
  font-weight: 800;
  font-size: 44px;
  line-height: 120%;
}
.menu-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.03em;
}
.regular-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.03em;
}
.regular-text-2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.03em;
}
.bold-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 765px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-weight: 800;
    font-size: 32px;
  }
  .menu-text {
    font-weight: 700;
    font-size: 22px;
  }
  .regular-text {
    font-size: 14px;
  }

  .bold-title {
    font-size: 22px;
  }
}
