/* ============================================================
 * Customer Cloud — TOP page standalone stylesheet
 * Loads only on /cc-v2/index.html.
 * Sub-pages keep loading cc-v2.css — this file is isolated.
 *
 * Imports:
 *   tokens.css  — CSS custom properties (vars used by consent.css)
 *   consent.css — GDPR consent banner (built by consent.js)
 * ============================================================ */
@import url("./tokens.css");
@import url("./consent.css");
