@font-face{
	font-family: 'Tasman';
	src: url(/modules/main/css/fonts/Tasman.ttf ) format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face{
	font-family: 'Tasman';
	src: url(/modules/main/css/fonts/Tasman-Bold.ttf) format('opentype');
	font-weight: 700;
	font-style: bold;
}

@font-face{
	font-family: 'Montserrat';
	src: url(/modules/main/css/fonts/Montserrat.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face{
	font-family: 'Montserrat';
	src: url(/modules/main/css/fonts/Montserrat-bold.ttf) format('truetype');
	font-weight: 700;
	font-style: bold;
}