/*
 * Training On The Job CSS entrypoint.
 * Product styles cannot accidentally override shared ecosystem or consent UI.
 */
@layer page, enhancements, ecosystem, consent;

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