/* Big Smoke Taphouse & Kitchen — brew-co teal, cream, sturdy pub typography. */

:root {
  --radius: 8px;
  --heading-spacing: 0.04em;
  --heading-weight: 700;
  --hero-tint: rgba(11, 42, 49, 0.45);
}

.site-header { --header-bg: #19444b; --header-text: #f2ede4; }
.brand img { height: 58px; }

.hero::after {
  background: linear-gradient(180deg, rgba(11, 42, 49, 0.38), rgba(9, 30, 35, 0.72) 92%);
}

.prose h2::after { background: #197880; }

.menu-card span { color: #19444b; }

.visit-card { border-top-color: #197880; }

/* Buttons are the pub's orange with white lettering, the outline variant
   included: teal type on that orange failed contrast and read as a smudge. */
.btn, .btn-outline { background: #c96f22; border-color: #c96f22; color: #fff; }
