/* CSS Document */
/**************Font definations***************/
html{
	font-synthesis: none;
}
/*H1*/
/* @font-face{
	font-family:"BebasNeue";
	src:url(/assets/fonts/BebasNeue-Thin.ttf) format('truetype');
	font-weight: 100;
	font-style: normal;
} */

/*H2-H6*/
/* @font-face{
	font-family:"LibreBaskerville";
	src:url(/assets/fonts/LibreBaskerville-Regular.otf);
	font-weight:normal;
	font-style: normal;
}
@font-face{
	font-family:"LibreBaskerville";
	src:url(/assets/fonts/LibreBaskerville-Italic.otf);
	font-weight:normal;
	font-style: italic;
} */

/*body and tags*/


@font-face{
	font-family:"Axiforma";
	src:url(/assets/web/fonts/Kastelov-Axiforma-Regular.woff);
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family:"Axiforma";
	src:url(/assets/web/fonts/Kastelov-Axiforma-Medium.woff);
	font-style: normal;
	font-weight: 500;
}
@font-face{
	font-family:"Axiforma";
	src:url(/assets/web/fonts/Kastelov-Axiforma-SemiBold.woff);
	font-style: normal;
	font-weight: 600;
}
@font-face{
	font-family:"Axiforma";
	src:url(/assets/web/fonts/Kastelov-Axiforma-Bold.woff);
	font-weight: normal;
    font-weight: 700;
}
@font-face{
	font-family:"Axiforma";
	src:url(/assets/web/fonts/Kastelov-Axiforma-ExtraBold.woff);
	font-style: normal;
	font-weight: 800;
}
/**************Font definations***************/