diff --git a/src/app/globals.css b/src/app/globals.css index 2391048..5c73a5f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -19,6 +19,18 @@ body { background-color: #0a0a0f; } +/* Respect prefers-reduced-motion for accessibility */ +@media (prefers-reduced-motion: reduce) { + *, + *::before, + *::after { + animation-duration: 0.01ms !important; + animation-iteration-count: 1 !important; + transition-duration: 0.01ms !important; + scroll-behavior: auto !important; + } +} + .bg-grid { background-image: linear-gradient(to right, rgb(0 0 0 / 0.035) 1px, transparent 1px),