Our Promise
At mcrudra, we believe precision software should be accessible and comfortable for everyone. We design our websites and mobile health applications with usability, readability, and compatibility in mind, ensuring that physical or cognitive differences do not limit access to digital health tools.
WCAG Conformance
We actively work to align our digital products with the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA standards.
These guidelines define best practices for making web and mobile content more accessible to users with visual, auditory, motor, and cognitive impairments.
Design Elements
The Aurora design system incorporates accessibility directly into our CSS tokens and component layouts:
- Color Contrast: Text colors (such as
--color-text-primaryand--color-text-secondary) maintain a contrast ratio exceeding 4.5:1 against the true black and deep grey backgrounds. - Typography Scaling: Font sizes use fluid layouts (with CSS clamps and relative
remunits) to scale gracefully without overlapping or clipping text when browser zoom is set to 200%. - Alt Text & ARIA: All visual icons, app logos, and functional graphic elements carry descriptive alternative text or
aria-labeltags for screen readers.
Keyboard Navigation
Our site supports full keyboard interaction:
- Skip Links: A skip-to-content anchor sits at the top of every page layout to allow keyboard users to bypass navigation menus.
- Visible Focus Indicators: Interactive buttons, navigation items, and external links carry high-contrast focus rings (using
:focus-visible) to make the focus state clearly visible. - Logical Tab Order: We manage focus traversal sequentially to reflect the natural page layout hierarchy.
Continuous Auditing
Accessibility is an ongoing journey. We regularly audit our digital assets using:
- Automated accessibility linter tools during code builds.
- Manual keyboard traversal tests and screen reader simulations.
- Chrome DevTools Lighthouse audits to verify markup compliance.
Feedback & Barriers
If you encounter any accessibility barriers while using our website or applications, we want to hear from you. We respond to and address feedback promptly:
- Email: hello@mcrudra.com
- Response Time: We aim to reply to all accessibility reports within 2 business days.