/* Critical CSS - Load immediately to prevent flash */
html, body {
  background-color: #0d1117 !important;
  color: #c9d1d9 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
}

#root {
  background-color: #0d1117 !important;
  color: #c9d1d9 !important;
  min-height: 100vh !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Override any potential white backgrounds */
div, section, main, article, aside, header, footer, nav {
  background-color: #0d1117 !important;
}

/* Prevent any default browser styles */
* {
  box-sizing: border-box;
}
