
/* ===  Fonts  === */

@font-face {
	font-family: 'websymbolsliga';
	src:  	url('../fonts/WebSymbolsLiga-Regular.eot');
	src:  	url('../fonts/WebSymbolsLiga-Regular.eot?#iefix') format('embedded-opentype'),
          	url('../fonts/WebSymbolsLiga-Regular.woff') format('woff'),
          	url('../fonts/WebSymbolsLiga-Regular.ttf') format('truetype'),
          	url('../fonts/WebSymbolsLiga-Regular.svg#WebSymbolsRegular') format('svg');
}

@font-face {
	font-family: 'AK-Font full';
	src:         url('../fonts/AK-Font-Full.ttf') format('truetype'),
				 url('../fonts/AK-Font-Full.woff') format('woff'),
				 url('../fonts/AK-Font-Full.svg#AK-Font-Full') format('svg');
	font-weight: normal;
	font-style:  normal;
}

@font-face {
	font-family: 'AK-Font bold';
	src:         url('../fonts/AK-Font-Bold.ttf') format('truetype'),
				 url('../fonts/AK-Font-Bold.woff') format('woff'),
				 url('../fonts/AK-Font-Bold.svg#AK-Font-Bold') format('svg');
	font-weight: normal;
	font-style:  normal;
}

@font-face {
	font-family: 'AK-Font thin';
	src:         url('../fonts/AK-Font-Thin.ttf') format('truetype'),
				 url('../fonts/AK-Font-Thin.woff') format('woff'),
				 url('../fonts/AK-Font-Thin.svg#AK-Font-Thin') format('svg');
	font-weight: normal;
	font-style:  normal;
}