/**
 * QuickTow — Main Stylesheet
 * Production-ready global settings and styling.
 * Modular structure: settings → base → accessibility → layout → ui-ux
 */

/* 1. Design tokens & theme */
@import "settings/index.css";

/* 2. Reset, typography, body */
@import "base/index.css";

/* 3. Accessibility — focus, skip link, reduced motion */
@import "accessibility/index.css";

/* 4. Containers, grid, sections, responsive */
@import "layout/index.css";

/* 5. UI/UX components */
@import "ui-ux/index.css";
