/* WP Immo Search - Custom Fonts */

@font-face {
    font-family: "fontello";
    src: url("../fonts/fontello.eot");
    src: url("../fonts/fontello.eot?#iefix") format("embedded-opentype"),
         url("../fonts/fontello.woff2") format("woff2"),
         url("../fonts/fontello.woff") format("woff"),
         url("../fonts/fontello.svg#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Bessere Performance */
}

/* Fontello Icon Base Class */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
