/**
 * Open Sans Condensed, self hosted.
 *
 * Google removed this family from their catalog. These are the original
 * static cuts from the upstream googlefonts/opensans project, converted
 * to woff2 and subset to latin + latin-ext.
 *
 * The family name matches the old Google name exactly, so any existing
 * CSS or page builder setting that says "Open Sans Condensed" keeps working.
 */

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	font-stretch: 75%;
	font-display: swap;
	src: url('../fonts/OpenSans-CondensedLight.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: italic;
	font-weight: 300;
	font-stretch: 75%;
	font-display: swap;
	src: url('../fonts/OpenSans-CondensedLightItalic.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 400;
	font-stretch: 75%;
	font-display: swap;
	src: url('../fonts/OpenSans-CondensedRegular.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: italic;
	font-weight: 400;
	font-stretch: 75%;
	font-display: swap;
	src: url('../fonts/OpenSans-CondensedItalic.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	font-stretch: 75%;
	font-display: swap;
	src: url('../fonts/OpenSans-CondensedBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: italic;
	font-weight: 700;
	font-stretch: 75%;
	font-display: swap;
	src: url('../fonts/OpenSans-CondensedBoldItalic.woff2') format('woff2');
}
