:root {
  --bg: #eee7dd;
  --surface: #fbf7f0;
  --ink: #281f1a;
  --muted: #766b62;
  --accent: #2a201b;
  --accent-2: #c86632;
  --soft: #d9cec0;
  --line: rgba(42,32,27,.16);
  --radius: 12px;
  --hero-radius: 12px;
  --catalog-image: url("images/catalog.png");
}
.announcement, .fact-strip, .visit { background: #211914; }
.site-footer { background: #120f0d; }
.dish-card { box-shadow: inset 0 3px 0 var(--accent-2); }
