/* Critical CSS self-hosted para evitar layout shift antes do bundle React. */
html {
  background-color: #f5f7fa;
}

html.dark {
  background-color: #0a1424;
}
