diff --git a/src/styles/global.css b/src/styles/global.css index 940b3c6..16fe614 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -18,6 +18,13 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; + scroll-behavior: smooth; + } + + @media (prefers-reduced-motion: reduce) { + html { + scroll-behavior: auto; + } } body { @apply min-h-screen;