@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.woff2") format("woff2"),
        url("fonts/icomoon.ttf") format("truetype"),
        url("fonts/icomoon.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon, [class^="icon-"], [class*=" icon-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "icomoon" !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;
}
.icon-fork-and-knife:before {
    content: "\1f374";
}
.icon-instagram-logo--fill:before {
    content: "\f623";
}
.icon-logo--facebook:before {
    content: "\f608";
}
.icon-googlemaps:before {
    content: "\f76b";
}
.icon-apple:before {
    content: "\f078";
}
.icon-envelope:before {
    content: "\f04b";
}
.icon-envelope1:before {
    content: "\f04c";
}
.icon-ticket1:before {
    content: "\f025";
}
.icon-geo_location--filled:before {
    content: "\f4be";
}