/* Questyz dark theme - loaded before React */
html, body, #root {
  background: #05050f !important;
  color: #E8E6F0 !important;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
