/* BIVOUAC — styles importés via rw-theme.css */

body {
  background: #0a0a0a;
  color: #f0ebe0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.hero-title span { color: #d4a853; }

/* Note tarifaire */
.price-note {
  font-size: 0.78rem;
  color: rgba(154, 136, 104, 0.7);
  margin-top: 0.6rem;
  font-style: italic;
}

footer { color: rgba(74, 64, 48, 0.8); }
