@font-face {
    font-family: "myicons";
    src: url("/fonts/myicons/myicons.woff?d5c838d21a00cad868001738a340dd9f") format("woff"),
url("/fonts/myicons/myicons.woff2?d5c838d21a00cad868001738a340dd9f") format("woff2");
}

i[class^="mi-"]:before, i[class*=" mi-"]:before {
    font-family: myicons !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;
}

.mi-robot:before {
    content: "\f101";
}
.mi-home:before {
    content: "\f102";
}
