<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Galano";
    font-weight: 700;
    src: url("./fonts/GalanoGrotesqueBold.otf");
}
@font-face {
    font-family: "Galano";
    font-weight: 400;
    src: url("./fonts/GalanoGrotesqueMedium.otf");
}
@font-face {
    font-family: "Galano";
    font-weight: 300;
    src: url("./fonts/GalanoGrotesqueLight.otf");
}

body {
    font-family: "Galano", sans-serif;
}

.brands-list.active {
    max-height: 500px;
    opacity: 1;
}
.categories-list.active {
    max-height: 500px;
    opacity: 1;
}</pre></body></html>