@font-face {
  font-family: "Lovely";
  src: url("../assets/fonts/JustLovely.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "URWGeometric-SemiBold";
  src: url("../assets/fonts/URWGeometric-SemiBold.otf") format("opentype");
  font-display: swap;
}

.common-questions-lt .kt-blocks-accordion-title {
  font-family: "URWGeometric-SemiBold";
}
.slider-signup-lt .is-new-lt:before {
  content: "New";
  font-family: 'Lovely';
  position: absolute;
  right: -35px;
  top: -35px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #24592B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: normal;
  transform: rotate(-10deg);
}
.video-testimonials-lt .customer-name-lt {
  position: absolute;
  bottom: 30px;
  left: 21px;
  line-height: 1 !important;
  font-weight: 600 !important;
  font-family: "URWGeometric-SemiBold";
  margin: 0 !important;
}
