html {
  scroll-behavior: smooth;

  * {
    text-wrap: pretty;
  }
}

/* Override dark mode styles */
@media (prefers-color-scheme: dark) {
  body {
    background-color: white;
  }
}
