/* ==========================================================================
   GOLDEN PATH CARE — MAIN STYLESHEET
   Import order matters: tokens → base → layout → components → sections →
   header/footer → utilities. Add new partials below rather than inlining
   styles in HTML, so the whole site can be re-skinned from this one file.
   ========================================================================== */

@import url("variables.css");
@import url("base.css");
@import url("layout.css");
@import url("components.css");
@import url("header.css");
@import url("sections.css");
@import url("footer.css");
@import url("utilities.css");