:root {
  --ink: #f8eee1;
  --muted: #c7bcae;
  --paper: #12151b;
  --surface: #20242c;
  --accent: #f3bb62;
  --accent-ink: #17130d;
  --line: rgba(255, 244, 228, 0.14);
  --display: "Baskerville", Georgia, serif;
  --radius: 0.35rem;
  --shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.35);
}

.public-menu .menu-hero__copy { background-image: linear-gradient(145deg, #28232d, #171a21); }
.public-menu .dish { background: #191d24; }
.public-menu .dish__image { filter: saturate(0.82) contrast(1.08); }
.public-menu .tag { color: #17130d; background: var(--accent); }
