:root { color-scheme: light; }
html { scroll-behavior: smooth; background: #f7fcf7; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
::selection { background: #bdf27b; color: #09281b; }
a, button { -webkit-tap-highlight-color: transparent; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
