<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: "entoxicon";
    src: url("../font/entoxicon.ttf") format("truetype"),
url("../font/entoxicon.woff") format("woff"),
url("../font/entoxicon.woff2") format("woff2"),
url("../font/entoxicon.eot") format("embedded-opentype"),
url("../font/entoxicon.svg") format("svg");
}

i[class^="entoxicon-"]:before, i[class*=" entoxicon-"]:before {
    font-family: entoxicon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.entoxicon-rent:before {
    content: "\f101";
}
.entoxicon-team:before {
    content: "\f102";
}
.entoxicon-member:before {
    content: "\f103";
}
</pre></body></html>