@theme {
  --breakpoint-xs: 400px;
}

:root {
  color-scheme: light !important;
}

/* If you want to be absolutely sure no dark styles trigger */
@media (prefers-color-scheme: dark) {
  .dark {
    /* Leave this empty or map dark variables back to light ones */
  }
}
