@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Urbanist:wght@300;500;600;700;800&display=swap');

body {
  font-family: 'Urbanist', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-family: 'Luckiest Guy', Impact, sans-serif;
  font-weight: 400;
  line-height: .98;
  letter-spacing: .01em;
}

.hero h1 {
  font-size: clamp(3rem, 5.8vw, 5.7rem);
  line-height: .94;
}

.intro h2,
.section-head h2,
.story h2,
.visit h2,
.menu-hero h1 {
  font-size: clamp(2.35rem, 4.4vw, 4.15rem);
}

.team-card-copy h3 {
  font-size: clamp(1.8rem, 2.6vw, 2.25rem);
}

.menu-section h2,
.menu-notice h2 {
  font-size: clamp(1.65rem, 2.4vw, 2rem);
}

.nav-links,
.button,
.eyebrow,
.reason b,
.review cite,
.category-link,
.item-name,
.item-prices b,
.team-role {
  font-weight: 700;
}

.review blockquote,
.item-name {
  font-family: 'Urbanist', ui-sans-serif, system-ui, sans-serif;
}

@media (max-width: 800px) {
  .hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.25rem);
  }

  .intro h2,
  .section-head h2,
  .story h2,
  .visit h2,
  .menu-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.35rem);
  }
}
