@font-face {
    font-family: "menu-icons";
    src: url("./icons.eot?c9c8266eed58baa76773512d2aee4829?#iefix") format("embedded-opentype"),
	url("./icons.woff2?c9c8266eed58baa76773512d2aee4829") format("woff2"),
	url("./icons.woff?c9c8266eed58baa76773512d2aee4829") format("woff"),
	url("./icons.ttf?c9c8266eed58baa76773512d2aee4829") format("truetype"),
	url("./icons.svg?c9c8266eed58baa76773512d2aee4829#icons") format("svg");
}

i[class^="menu-icon-"]:before {
    font-family: menu-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    font-size: 65px;
    display: inline !important;
    text-transform: none;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2d8346;
    color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menu-icon-01:before {
    content: "\f101";
}
.menu-icon-02:before {
    content: "\f102";
}
.menu-icon-03:before {
    content: "\f103";
}
.menu-icon-04:before {
    content: "\f104";
}
.menu-icon-05:before {
    content: "\f105";
}
.menu-icon-06:before {
    content: "\f106";
}
