@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/files/theme/fonts/OpenSans-Regular.ttf') format('truetype');
}


@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/files/theme/fonts/Oswald-VariableFont_wght.ttf') format('truetype');
}


body {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, nav {
	font-family: 'Oswald', sans-serif;
}