
.lh-h1{
  font-family: var(--font-secondary), 'Bodoni MT';
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 120%;
  /* identical to box height, or 46px */
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;;
}

.lh-h2{
  font-family: var(--font-secondary), 'Bodoni MT';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
/* identical to box height, or 42px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-h3{
  font-family: var(--font-secondary), 'Bodoni MT';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 130%;
/* identical to box height, or 39px */
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-h4{
  font-family: Bodoni MT;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-h5{
  font-family: Bodoni MT;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 110%;
  /* identical to box height, or 18px */
  letter-spacing: 3px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-h6{
  font-family: Bodoni MT;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  * identical to box height, or 14px */
  text-transform: uppercase;
  color: #000000;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-h7{
  font-family: BaskervilleBT;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */
  letter-spacing: 2px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-h8  {
  font-family: Bodoni MT;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 110%;
  /* or 15px */
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-p{
  font-family: BaskervilleBT;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
}

.lh-p-small{
  font-family: Bodoni MT;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  line-height: 140%;
  /* or 18px */
}

.lh-p-special{
  font-family: BaskervilleBT;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  /* identical to box height, or 29px */
}

.lh-button {
  font-family: Bodoni MT;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  /* identical to box height, or 78% */
  letter-spacing: 1px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-mouse{
  font-family: Crimson Text;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  /* or 14px */
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-field{
  font-family: Bodoni MT;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-side-nav{
  font-family: Bodoni MT;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 100%;
  /* identical to box height, or 10px */
  letter-spacing: 2px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-higher-price{
  font-family: BaskervilleBT;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-decoration-line: line-through;
}

.lh-actual-price{
  font-family: BaskervilleBT;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

.lh-caption-title{
  font-family: Crimson Text;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.lh-caption-text{
  font-family: BaskervilleBT;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
  /* or 18px */
}

.lh-calendar-dates{
  font-family: BaskervilleBT;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */
}

@media (max-width: 1024px) {

.lh-h1{
  font-size: 30px;
  }

.lh-h2 {
  font-size: 28px;
  }

.lh-h3 {
  font-size: 26px;
  }



@media (max-width: 575px) {

.lh-h1{
  font-size: 36px;
  }

.lh-h2 {
  font-size: 34px;
  }

.lh-h3 {
  font-size: 26px;
  }

}