@font-face {
	font-family: 'Quarto';
	src: url('fonts/Quarto-Medium.otf') 
		format('opentype');
}
/*bold version*/
@font-face {
	font-family: 'Quarto';
	src: url('fonts/Quarto-Bold.otf') 
		format('opentype');
	font-weight: bold;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.otf') 
		format('opentype');
}
/*bold version*/
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.otf') 
		format('opentype');
	font-weight: bold;
}