.rest-links {
font-family: var(--font-primary), 'Witchcraft-Bold', serif;
text-transform: uppercase;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 18px;
letter-spacing: 2px;
}

.rest-coming-soon {
  font-family: var(--font-primary), 'Witchcraft-Bold', serif;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2px;
  }


.rest-h1 {
  font-family: var(--font-primary), 'Witchcraft-Bold', serif;
  text-transform: capitalize;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;

}
@media only screen and (max-width: 1023px) {
  .rest-h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.rest-h2 {
  font-family: var(--font-primary), 'Witchcraft-Bold', serif;
  text-transform: none;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1023px) {
  .rest-h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.rest-h3 {
font-family: var(--font-primary), 'Witchcraft-Bold', serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 34px;
letter-spacing: 0px;
text-align: left;

}

.rest-h4 {
  font-family: var(--font-primary), 'Witchcraft-Bold', serif;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2px;
  }

.rest-h6 {
  font-family: var(--font-primary), 'Witchcraft-Bold', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}

.rest-body {
  font-family: var(--font-secondary), 'Book Antiqua', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
}

.rest-sidenav {
font-family: var(--font-secondary), 'Book Antiqua', serif;
text-transform: uppercase;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 10px;
letter-spacing: 2px;
}
