/* =========================================================
 * Header Styles Loader
 * File: assets/css/header.css
 * Purpose:
 * - Keep the original enqueue path unchanged
 * - Load split header CSS files in the correct order
 * - Make header styles easier to maintain
 *
 * Important:
 * - Do not place direct header styles here unless absolutely necessary
 * - Keep imports ordered to preserve existing frontend behavior
 * ========================================================= */

@import url("./header-topbar.css");
@import url("./header-main.css");
@import url("./header-navigation.css");
@import url("./header-search.css");
@import url("./header-actions.css");
@import url("./header-responsive.css");
@import url("./age-popup.css");