@font-face {
    font-family: "icons";
    src: url("../fonts/fontIcons/icons.ttf") format("truetype"),
        url("../fonts/fontIcons/icons.woff") format("woff"),
        url("../fonts/fontIcons/icons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="_icon-"]::before,
[class*=" _icon-"]::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._icon-email:before {
    content: "\e900";
}
._icon-location:before {
    content: "\e901";
}
._icon-tel:before {
    content: "\e902";
}
._icon-github:before {
    content: "\e903";
}
._icon-linkedin:before {
    content: "\e904";
}
._icon-instagram:before {
    content: "\e905";
}
._icon-telegram:before {
    content: "\e906";
}
