@font-face {
    font-family: "koe_custom_icons";
    src: url("../fonts/koe_custom_icons.woff2") format("woff2"),
    url("../fonts/koe_custom_icons.ttf") format("truetype"),
    url("../fonts/koe_custom_icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.koe, [class^="koe-"], [class*=" koe-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "koe_custom_icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.koe-ranger:before {
    content: "\f000";
}
.koe-poi:before {
    content: "\f001";
}
.koe-playground:before {
    content: "\f002";
}
.koe-camper:before {
    content: "\f003";
}
.koe-bus:before {
    content: "\f004";
}
