.dsb_typography {
  margin: 0;
  padding: 0;
  color: var(--color-text-active);
  font-family: "Beeline Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.dsb_typography_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dsb_typography__h1, .dsb_typography__h2, .dsb_typography__h3, .dsb_typography__h4, .dsb_typography__h5, .dsb_typography__h6 {
  font-family: "Beeline Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dsb_typography__caption, .dsb_typography__overline {
  --color-text-inactive: rgba(25, 28, 52, 0.7);
  color: var(--color-text-inactive);
}
.dsb_typography__overline {
  text-transform: uppercase;
}
.dsb_typography__h1 {
  font-size: 54px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: 0.3px;
}
.dsb_typography__h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0.3px;
}

.dsb_typography__h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.3px;
}
.dsb_typography__h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.2px;
}
.dsb_typography__h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.dsb_typography__h6 {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.dsb_typography__body1 {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.dsb_typography__body2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  overflow: hidden;
  max-height: 88px;
  text-overflow: clip;
}
.dsb_typography__body3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.dsb_typography__subtitle1 {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.dsb_typography__subtitle2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.dsb_typography__subtitle3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.dsb_typography__caption {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.dsb_typography__overline {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
}
.dsb_typography__productName {
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
}

@media (max-width: 1279px) {
  .dsb_typography__h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.3px;
  }

  .dsb_typography__h5 {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .dsb_typography__body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2px;
  }

  .dsb_typography__body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
}

@media (max-width: 960px) {
  .dsb_typography__body2 {
    max-height: 132px;
  }
}