@font-face {
	font-family: 'Quentin';
	font-weight: 400;
	font-display: fallback;
	src: url(Quentin.woff2) format('woff2'),
		  url(Quentin.woff) format('woff'),
		  url(Quentin.otf) format('opentype');
}

/* @font-face {
	font-family: 'DaxOT';
	font-weight: 400;
	font-display: fallback;
	src: url(DaxOT-WideRegular.woff2) format('woff2'),
		  url(DaxOT-WideRegular.woff) format('woff'),
		  url(DaxOT-WideRegular.otf) format('opentype');
}

@font-face {
	font-family: 'DaxOT';
	font-weight: 700;
	font-display: fallback;
	src: url(DaxOT-WideMedium.woff2) format('woff2'),
		  url(DaxOT-WideMedium.woff) format('woff'),
		  url(DaxOT-WideMedium.otf) format('opentype');
} */