/* hotel_theme.css - brand colors & common components */
:root {
  --primary: #003366;
  --accent: #e6b800;
}
.site-header { background: #fff; padding: 10px; }
.site-title { color: var(--primary); }
.hotel-box { background: #fff; border: 1px solid #ddd; padding: 12px; border-radius:8px; }
a.book-now { background: var(--accent); color:#000; padding:6px 10px; border-radius:6px; text-decoration:none; }
