@font-face {
    font-family: "fl-icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fl-icons.eot");
    src:
        url("../fonts/fl-icons.eot?#iefix") format("embedded-opentype"),
        url("../fonts/fl-icons.woff2") format("woff2"),
        url("../fonts/fl-icons.ttf") format("truetype"),
        url("../fonts/fl-icons.woff") format("woff"),
        url("../fonts/fl-icons.svg#fl-icons") format("svg");
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
    font-family: "fl-icons" !important;
}
