@font-face {
    font-family: "smysecret";
    src: url("fonts/smysecret.woff2") format("woff2"),
        url("fonts/smysecret.ttf") format("truetype"),
        url("fonts/smysecret.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.donte, [class^="donte-"], [class*=" donte-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "smysecret" !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;
}
.donte-map:before {
    content: "\f000";
}
.donte-list:before {
    content: "\f008";
}
.donte-location:before {
    content: "\f004";
}
.donte-soon:before {
    content: "\f007";
}
.donte-distance:before {
    content: "\f001";
}
.donte-phone:before {
    content: "\f003";
}
.donte-search:before {
    content: "\f006";
}
.donte-close:before {
    content: "\f005";
}
.donte-open:before {
    content: "\f002";
}