/* WSS Wild Spot — 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%; }

/* Accent Wild Spot : bleu ocean désaturé vers gold */
.hero-title span { color: #d4a853; }

.section-accent {
  background: rgba(212, 168, 83, 0.05);
  border-color: rgba(212, 168, 83, 0.2);
}

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