title: "Accessibility" slug: "accessibility" sortOrder: 50
Accessibility
Built with accessibility throughout:
- Keyboard navigation — interactive elements are reachable and operable by keyboard, with visible focus states.
- Skip link — a "Skip to main content" link (targeting
#main-content) for keyboard and screen-reader users. - Focus management — focus is trapped and returned on close in key overlays such as dialogs and the mobile navigation.
- Reduced motion — animations and any WebGL background respect
prefers-reduced-motion. - Semantic structure — landmark regions and a sensible heading hierarchy.
Accessibility is validated as part of every release.