﻿
@font-face {
    font-family: 'entypo-fontello';
    src: url('/Resources/Client/fonts/entypo-fontello.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.entypo:before {
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #aec8ea;
}

.icon-facebook:before {
    content: '\e8f3';
}

.icon-facebook:before {
    content: '\e8f3';
}

.icon-twitter:before {
    content: '\e932';
}

.icon-instagram:before {
    content: '\f16d';
}

.icon-youtube:before {
    content: '\f16a';
}

.icon-linkedin:before {
    content: '\e8fc';
}

.icon-rss:before {
    content: '\e853';
}

