/* ============================================
   Perhapsthemoon - Style.css
   Main stylesheet for index.html
   ============================================ */

/* Import main styles */
@import url('../assets/css/main.css');

/* Additional overrides for index.html if needed */
body {
  font-family: "Bodoni Moda", serif;
  color: #e8e6f0;
  background-color: #0f0e1a;
}

/* Bootstrap overrides for dark theme */
.bg-white {
  background-color: #1a1828 !important;
}

.text-primary {
  color: #9d7ed8 !important;
}

/* Spinner styles */
#spinner {
  background-color: rgba(15, 14, 26, 0.95) !important;
}

#spinner.show {
  display: flex !important;
}

#spinner .spinner-grow {
  background-color: #9d7ed8;
}

