/* CRITICAL CSS - Prevents white flash on page load */
/* This file MUST load before any JavaScript */
/* ONLY affects page background, not components */

html {
  background-color: #000000 !important;
  background: #000000 !important;
}

body {
  background-color: #000000 !important;
  background: #000000 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#root {
  background-color: #000000 !important;
  background: #000000 !important;
  min-height: 100vh !important;
}
