/* 
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-webfont.eot');
        src: url('WebSymbols-Regular.otf');
	src: url('websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('websymbols-regular-webfont.woff') format('woff'),
	     url('websymbols-regular-webfont.ttf') format('truetype'),
	     url('websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}