/*

Your custom css

*/
@font-face{
	font-family:'almoni-dl';
	font-weight:400; /*(regular)*/
	font-style: normal;
	src: url('almoni-dl-aaa-400.eot');
	src: url('almoni-dl-aaa-400.eot#iefix') format('embedded-opentype'),
		url('almoni-dl-aaa-400.woff') format('woff'),
		url('almoni-dl-aaa-400.ttf') format('truetype');
}

p, body, h1, h2, h3, h4, h5, h6{
	font-family:'almoni-dl' !important;
	font-weight:400 !important; /*(regular)*/
	font-style: normal !important;
}