@font-face {
    font-family: 'ico';
    src: url('../fonts/ico.eot?m6liov');
    src: url('../fonts/ico.eot?m6liov#iefix') format('embedded-opentype'),
        url('../fonts/ico.ttf?m6liov') format('truetype'),
        url('../fonts/ico.woff?m6liov') format('woff'),
        url('../fonts/ico.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico' !important;
    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-github:before {
    content: "\eab0";
}

.icon-google-play:before {
    content: "\e900";
}

.icon-linkedin:before {
    content: "\eaca";
}

.icon-telegram:before {
    content: "\ea95";
}

.icon-garmin:before {
    content: "\e901";
}
