/*
Fontello icon font: Fontello
Creation date: 09/03/2021 14:45
*/

@font-face {
    font-family: "Fontello";
    src: url("~assets/fonts/Fontello/fontello.eot");
    src: url("~assets/fonts/Fontello/fontello.eot#iefix") format("embedded-opentype"),
    /* url("~assets/fonts/Fontello/fontello.woff2") format("woff2"), */
    url("~assets/fonts/Fontello/fontello.woff") format("woff"),
    url("~assets/fonts/Fontello/fontello.ttf") format("truetype"),
    url("~assets/fonts/Fontello/fontello.svg#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Fontello";
        src: url("~assets/fonts/Fontello/fontello.svg#Fontello") format("svg");
    }
}

.fe:before, .fe:after {
    display: inline-block;
    font-family: "Fontello";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.Fontello-car:before, .Fontello-car:after {
    content: "\e800";
}
.Fontello-map:before, .Fontello-map:after {
    content: "\e801";
}
.Fontello-medic:before, .Fontello-medic:after {
    content: "\e802";
}
.Fontello-property:before, .Fontello-property:after {
    content: "\e803";
}