/* ============================================================
 * Customer Cloud — cc-v2 entry stylesheet
 *
 * Single entry point. All other CSS is imported here.
 * Loaded only by /cc-v2/* pages, never by legacy site.
 *
 * IMPORTANT: All selectors are scoped under .ccv2
 * to prevent any leakage into the existing /style.css.
 * ============================================================ */

@import url("./tokens.css");
@import url("./reset.css");
@import url("./base.css");
@import url("./components.css");
@import url("./components-page-hero.css");
@import url("./pages-top.css");
@import url("./pages-about.css");
@import url("./pages-business.css");
@import url("./pages-biz-detail.css");
@import url("./pages-brand.css");
@import url("./pages-utility.css");
@import url("./pages-news-detail.css");
@import url("./consent.css");
@import url("./sub-header.css");
