/* ==========================================================================
   LoopCursive — Master Stylesheet
   Design system: paper-light foundation, ink typography, single yellow accent.
   Modularized architecture for clean maintainability.
   ========================================================================== */

/* 1. Tokens, resets, and foundational utilities */
@import "variables.css?v=7";

/* 2. Button and link styles */
@import "buttons.css?v=7";

/* 3. Header, branding, and desktop/mobile navigation */
@import "header.css?v=7";

/* 4. Shared components (cards, lists, form fields, reveal) */
@import "components.css?v=15";

/* 5. Page-specific layouts (Hero, About, Contact, CTA band) */
@import "pages.css?v=9";

/* 6. Authentication (Login & Sign Up, password meter) */
@import "auth.css?v=7";

/* 7. Site footer and floating back-to-top button */
@import "footer.css?v=8";

/* 8. Responsive breakpoints and accessibility */
@import "responsive.css?v=9";
