/*! Licensed under Apache License Version 2.0, January 2004 (see ./LICENSE.txt) */

/* Normal */

@font-face {
	font-family: 'Roboto Condensed';
	src: url('robotocondensed-light.woff2') format('woff2'),
		url('robotocondensed-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('robotocondensed-regular.woff2') format('woff2'),
		url('robotocondensed-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('robotocondensed-bold.woff2') format('woff2'),
		url('robotocondensed-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('robotocondensed-italic.woff2') format('woff2'),
		url('robotocondensed-italic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('robotocondensed-lightitalic.woff2') format('woff2'),
		url('robotocondensed-lightitalic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('robotocondensed-bolditalic.woff2') format('woff2'),
		url('robotocondensed-bolditalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
