/**
 * Self-hosted Open Sans / Open Sans Condensed.
 * Replaces the Google Fonts CDN request previously enqueued as 'vital-google-fonts'.
 */

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

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/open-sans/open-sans-latin.woff2') format('woff2');
}

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

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/open-sans/open-sans-condensed-300-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/open-sans/open-sans-condensed-700-latin.woff2') format('woff2');
}
