@font-face {
    font-family: "icons";
    src: url("/foodMap/public/fonts/icons.eot?2f093a79b352a507e5e9db50fe71ea03#iefix") format("embedded-opentype"),
url("/foodMap/public/fonts/icons.woff2?2f093a79b352a507e5e9db50fe71ea03") format("woff2"),
url("/foodMap/public/fonts/icons.woff?2f093a79b352a507e5e9db50fe71ea03") format("woff");
}

.icon:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon.icon-account_logged:before {
    content: "\f101";
}
.icon.icon-account:before {
    content: "\f102";
}
.icon.icon-arrow_back:before {
    content: "\f103";
}
.icon.icon-arrow_l:before {
    content: "\f104";
}
.icon.icon-arrow_r:before {
    content: "\f105";
}
.icon.icon-arrow:before {
    content: "\f106";
}
.icon.icon-boarding_point:before {
    content: "\f107";
}
.icon.icon-close:before {
    content: "\f108";
}
.icon.icon-date_range:before {
    content: "\f109";
}
.icon.icon-dropping_point:before {
    content: "\f10a";
}
.icon.icon-history:before {
    content: "\f10b";
}
.icon.icon-menu:before {
    content: "\f10c";
}
.icon.icon-roundedCross:before {
    content: "\f10d";
}
.icon.icon-search:before {
    content: "\f10e";
}
