/* 
Fonts
*/

@font-face {
    font-family: 'Socialico';
    src: url('Socialico.eot');
    src: url('Socialico.eot?#iefix') format('embedded-opentype'),
         url('Socialico.woff') format('woff'),
         url('Socialico.ttf') format('truetype'),
         url('Socialico.svg#SocialGlyphsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WebSymbols';
    src: url('WebSymbols-Regular.otf');
    src: url('websymbols-regular.eot');
    src: url('websymbols-regular.eot?#iefix') format('embedded-opentype'),
         url('websymbols-regular.woff') format('woff'),
         url('websymbols-regular.ttf') format('truetype'),
         url('websymbols-regular.svg#web_symbolsregular') format('svg');
}