p {
  font-size: var(--font-size-16);
  line-height: var(--line-height-26);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 20px;
}
.p-content {
  font-size: var(--font-size-22);
  line-height: var(--line-height-32);
  color: var(--color-000000);
  margin-bottom: 20px;
}
.small-text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  margin-bottom: 20px;
}
.section-title {
  font-size: var(--font-size-40);
  line-height: var(--line-height-43);
  color: var(--color-000000);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 20px;
}
.main-title {
  font-size: var(--font-size-56);
  line-height: var(--line-height-66);
  color: var(--color-ea7819);
  font-weight: var(--font-weight-Bold);
  font-family: var(--font-binerka_demoregular);
  margin-bottom: 20px;
}
.title {
  font-size: var(--font-size-50);
  line-height: var(--line-height-60);
  color: var(--color-ea7819);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-binerka_demoregular);
  margin-bottom: 20px;
}
.div-title {
  font-size: var(--font-size-44);
  line-height: var(--line-height-50);
  color: var(--color-ea7819);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}
.div-text {
  font-size: var(--font-size-33);
  line-height: var(--line-height-43);
  font-family: var(--font-family-poppin);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}

