/*
 * Legal and internal document CSS entrypoint.
 * Consent remains a separate layer so its dialog is stable across all pages.
 */
@layer page, enhancements, ecosystem, consent;

@import url("document.css") layer(page);
@import url("../consent.css") layer(consent);
