body {
  background: #fffaf3;
  color: #2b2118;
}

a {
  text-decoration: none;
}

.ok-hero {
  background: linear-gradient(135deg, #2f2418, #9f7a45);
  color: white;
}

.ok-section {
  padding: 4rem 0;
}

.ok-card {
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2rem rgba(45, 34, 20, .08);
}

.ok-chip {
  display: inline-flex;
  margin: .25rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: white;
  border: 1px solid #eadfce;
}

.table th {
  white-space: nowrap;
}

.top-hero {
  min-height: calc(100vh - 9rem);
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2f2418, #9f7a45);
  color: white;
}

.top-card {
  border: 0;
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .16);
}

.legacy-grad-nav {
  background-image: linear-gradient(45deg, white 30%, tan 70%);
}

.legacy-grad-panel {
  background-image: linear-gradient(45deg, tan 10%, white 50%, white 40%);
}

.legacy-banner-divider {
  width: 100%;
  height: 5rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  background-image: url('../../k/banner.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left center;
}

.legacy-brand-logo {
  width: 250px;
  max-width: 72vw;
}

.legacy-menu-strip {
  max-width: 42rem;
}
