/* ============================================================
   Main CSS Entry File
   GenDOS-Geek Unified Architecture Standard

   Keep this linked in the HTML:
   <link rel="stylesheet" href="/assets/css/styles.css">

   Import order matters:
   1. base.css       = variables and global defaults
   2. layout.css     = page structure and fixed header shell
   3. components.css = nav, cards, buttons, badges, callouts
   4. sections.css   = section spacing + homepage redesign
   5. utilities.css  = small helper classes
   ============================================================ */

@import url("./variables.css");
@import url("./base.css");
@import url("./components.css");
@import url("./sections.css");
@import url("./utilities.css");