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

.rest-coming-soon {
  font-family: var(--font-secondary), 'Crimson Text', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  letter-spacing: 6px;
  color: white;
  }


.rest-h1 {
 font-family: var(--font-primary), 'Marilyn Alt Mediium', serif;
 font-style: normal;
 font-weight: normal;
 font-size: 48px;
 line-height: 58px;
 /* identical to box height, or 121% */
 letter-spacing: -1px;
 color: #946825;
}
@media only screen and (max-width: 1023px) {
  .rest-h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.rest-h2 {
 font-family: var(--font-secondary), 'Crimson Text', serif;
 font-style: normal;
 font-weight: 500;
 font-size: 35px;
 line-height: 48px;
 /* identical to box height, or 126% */
 letter-spacing: -1px;
 color: #946825;
}
@media only screen and (max-width: 1023px) {
  .rest-h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

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

.rest-h4 {
   font-family: var(--font-secondary), 'Crimson Text', serif;
   font-style: normal;
   font-weight: 600;
   font-size: 15px;
   line-height: 30px;
   /* identical to box height, or 150% */
   letter-spacing: 2px;
   color: white;
  }

.rest-h6 {
  font-family: var(--font-secondary), 'Crimson Text', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  /* or 171% */
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color:#946825;
}

.rest-body {
  font-family: var(--font-secondary), 'Crimson Text', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #946825;
  /* identical to box height, or 162% */
}

.rest-sidenav {
  font-family: var(--font-secondary), 'Crimson Text', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 10px;
  /* identical to box height, or 83% */
  letter-spacing: 4px;
  text-transform: uppercase;
}