body {
  background-color: #0b0b0b;
  color: #f5f5f5;
  font-size: 1.15rem;
  line-height: 1.85;
}

h1, h2, h3 {
  color: #ffffff;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

p {
  font-size: 1.15rem;
  line-height: 1.9;
}

a {
  color: #9ad1ff;
}

.tour-card {
  border: 1px solid rgba(255,255,255,.08);
}

.tour-cta {
  text-transform: uppercase;
  letter-spacing: .08em;
}

.tour-chip {
  display: inline-block;
  padding: .75rem 1rem;
  border-radius: .5rem;
  background: rgba(255,255,255,.08);
  color: #ffffff;
  font-size: 1rem;
}

.tour-meta-row {
  gap: 1rem;
}

.tour-meta {
  display: inline-block;
  color: rgba(255,255,255,.7);
  margin-right: 1rem;
  font-size: 1rem;
}

@media (max-width: 40em) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  /* Hide theme header on homepage only (mobile) */
  body.is-home header {
    display: none;
  }
}
