@font-face {
	font-family: 'Open Sans';
	src:
		url('./open-sans-regular.woff2') format('woff2'),
		url('./open-sans-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src:
		url('./open-sans-bold.woff2') format('woff2'),
		url('./open-sans-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
