/* Maven Pro is the default text font for all Conrad Research products. */
@font-face {
	font-family: 'Maven Pro';
	src: url('/assets/fonts/MavenPro-VariableFont_wght.ttf') format('truetype');
	font-display: swap;
}

/* Arsenal is used for the Burvo logo. */
@font-face {
	font-family: 'Arsenal';
	src: url('/assets/fonts/Arsenal-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Arsenal';
	src: url('/assets/fonts/Arsenal-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Arsenal';
	src: url('/assets/fonts/Arsenal-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Arsenal';
	src: url('/assets/fonts/Arsenal-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
