/* Cores da marca */
:root {
  --brand: #2B6CB0;
  --brand-hover: #4C9AFF;
}

/* Botões de reservar */
.btn, .book-btn, button.primary {
  background: var(--brand) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
}
.btn:hover, .book-btn:hover, button.primary:hover {
  background: var(--brand-hover) !important;
}

/* Títulos */
h1, h2, h3 { font-family: Inter, system-ui, sans-serif !important; }
