/* default */
@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/OpenSans-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/OpenSans-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2');
}

/* condensed*/
@font-face {
	font-family: 'OpenSansCondensed';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/OpenSansCondensed-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'OpenSansCondensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/OpenSansCondensed-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'OpenSansCondensed';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/OpenSansCondensed-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'OpenSansCondensed';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/OpenSansCondensed-Bold.woff2') format('woff2');
}

/* headers */
@font-face {
	font-family: 'InknutAntiqua';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/InknutAntiqua-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'InknutAntiqua';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/InknutAntiqua-Bold.woff2') format('woff2');
}