@font-face {
    font-family: 'sbsansdisplaylight';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/sbsansdisplaylight.woff2') format('woff2'),
         url('../fonts/sbsansdisplaylight.woff') format('woff');
}
@font-face {
    font-family: 'sbsansdisplayregular';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/sbsansdisplayregular.woff2') format('woff2'),
         url('../fonts/sbsansdisplayregular.woff') format('woff');
}
@font-face {
    font-family: 'FFFAcidGroteskRegular';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/FFFAcidGroteskRegular.woff2') format('woff2'),
         url('../fonts/FFFAcidGroteskRegular.woff') format('woff');
} 
@font-face {
    font-family: 'FFFAcidGroteskNormal';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/FFFAcidGroteskNormal.woff2') format('woff2'),
         url('../fonts/FFFAcidGroteskNormal.woff') format('woff');
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome.woff2') format('woff2'),
         url('../fonts/fontawesome.woff') format('woff');
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-vk:before {
    content: "\f189";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube:before {
    content: "\f167";
}