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

i {
    line-height: 1;
}

i[class^="icon-"]:before, i[class*=" 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-facebook:before {
    content: "\f101";
}
.icon-instagram:before {
    content: "\f102";
}
.icon-linkedin:before {
    content: "\f103";
}
.icon-pinterest:before {
    content: "\f104";
}
.icon-youtube:before {
    content: "\f105";
}
