@layer site;
@import url("/assets/css/main.css") layer(site);
@layer site {
    .root.container.xAssets,
    .root.container.xAssets * {
        all: revert-layer;
    }

    .root.container.xAssets [class^="icon-"],
    .root.container.xAssets [class*=" icon-"] {
        font-family: revert-layer !important;
    }

    /* Re-apply fundamentów wymaganych przez AEM */
    .root.container.xAssets,
    .root.container.xAssets *,
    .root.container.xAssets *::before,
    .root.container.xAssets *::after {
        box-sizing: border-box;
    }
    .root.container.xAssets {
        font-family: 'HyundaiSansHeadRegular', Arial, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #000;
    }
}