.heading-h1-2xxl {
  font-size: 66px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}
.heading-h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
.heading-h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}
.heading-h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.heading-h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.heading-h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-h1-2xxl,
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5,
.heading-h6 {
  color: var(--black-color);
}

@media (max-width: 768px) {
  .heading-h1-2xxl {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 5%;
  }

  .heading-h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
  }
  .heading-h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
  }
  .heading-h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }
  .heading-h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }
  .heading-h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
  }
  .heading-h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
  }
}

.no-scroll {
  overflow: hidden;
}
