.rest-links {
font-family: var(--font-primary), 'Voyage Bold', serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 18px;
/* identical to box height, or 100% */
letter-spacing: 2px;
text-transform: uppercase;
}

.rest-coming-soon {
  font-family: var(--font-tertiary), 'Bodoni MT', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  letter-spacing: 2px;
  }


.rest-h1 {
  font-family: var(--font-primary), 'Voyage Bold', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 58px;
  /* identical to box height, or 132% */
  letter-spacing: -1px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .rest-h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.rest-h2 {
  font-family: var(--font-tertiary), 'Bodoni MT', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 48px;
  /* identical to box height, or 126% */
  letter-spacing: -1px;
}
@media only screen and (max-width: 1023px) {
  .rest-h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.rest-h3 {
font-family: var(--font-primary), 'Voyage Bold', serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 34px;
/* or 142% */
letter-spacing: 2px;
}

.rest-h4 {
  font-family: var(--font-tertiary), 'Bodoni MT', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  letter-spacing: 2px;
  }

.rest-h6 {
  font-family: var(--font-tertiary), 'Bodoni MT', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  letter-spacing: 0.875px;
  text-transform: uppercase;
}

.rest-body {
  font-family: var(--font-tertiary), 'Bodoni MT', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height, or 162% */
}

.rest-sidenav {
font-family: var(--font-primary), 'Voyage Bold', serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 10px;
/* identical to box height, or 83% */
letter-spacing: 4px;
text-transform: uppercase;
}

.lh-fnb-page .lh-fnb-button{
  background-image: linear-gradient(135deg, #1C00ff00, #1C00ff00);
  color: #312011;
}

.lh-fnb-page .lh-button{
  color: #F0EAE1;
  background-image: linear-gradient(135deg, #1C00ff00, #1C00ff00);
}

.lh-fnb-page .lh-fnb-footer{
  color:white;
  background-color:black;
}