@layer override {
    html, body {
        font-size: 16px;
        background: transparent;
    }

    [data-role="proceed-to-checkout"] {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    body[class^="checkout-"],
    body[class^="contact-"],
    body[class^="customer-"],
    body[class^="cms-"]:not(.cms-index-index)
    {
        .page-main, .page-main-full-width {
            h1 {
                font-size: 2rem !important;
            }
        }
    }

    .toolbar-products {
        .u-file-icon {
            width: 32px;
            height: 32px;
            padding: 4px;
        }
    }    
}