/* Critical CSS extracted from index.html to avoid inline styles */
#root {
  min-height: 100vh;
  background: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

body {
  background: #17181c;
  background-image: url('/site/fond_accueil.webp');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

html.theme-dark body {
  background-image: url('/site/Nuit/fond_accueilnuit.webp');
}

@media (min-width: 768px) {
  body {
    background-attachment: fixed;
  }
}
