<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --product-color: #fe7400ff;
    --background-image: url("../../assets/img/banner-background.jpg");
    --btn-gradient: #fa9b46ff;
    --border-gradient: #ffc18eff;
}

.lightmix-banner{
    background-image: url("../img/banner-lightmix.png");
    background-size: cover;
}</pre></body></html>