@font-face {
    font-family: "icon_font_307";
    src: url("./icon_font_307.woff2?54b46217e7b13053e5528552f5e88f6c") format("woff2"),
url("./icon_font_307.woff?54b46217e7b13053e5528552f5e88f6c") format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icon_font_307 !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-close:before {
    content: "\f101";
}
.icon-facebook:before {
    content: "\f102";
}
.icon-instagram:before {
    content: "\f103";
}
.icon-left:before {
    content: "\f104";
}
.icon-open:before {
    content: "\f105";
}
.icon-right:before {
    content: "\f106";
}
.icon-whatsapp:before {
    content: "\f107";
}
.icon-youtube:before {
    content: "\f108";
}
