/* Preserve template typography when using semantic heading elements. */
.title.seo-heading, .block-title.seo-heading {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.title.seo-heading { margin-bottom: 0; }
.block-title.seo-heading { margin-top: 0; }
.title > .title-kicker {
  display: block;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  text-transform: uppercase;
  color: #f2b84b;
  top: 0;
  width: 100%;
}
.menu-header .menu-brand {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  color: var(--ink);
  line-height: 1.1;
}
.menu-header h1.subtitle {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: normal;
  color: var(--gold);
  margin: 12px 0 0;
}
@media (max-width: 600px) {
  .title > .title-kicker { font-size: 18px; line-height: 18px; }
}

.menu-context-links a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

.footer .address .copyright-year { display: inline; padding: 0; margin: 0; }
