/* =========================================================================
   Honoré le Mag — @font-face declarations
   ========================================================================= */

/* Bebas Neue Pro — Bold */
@font-face {
	font-family: 'bebas_neue_probold';
	src: url('../fonts/bebasneuepro-bold-webfont.woff2') format('woff2'),
	     url('../fonts/bebasneuepro-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Bebas Neue Pro — Regular */
@font-face {
	font-family: 'bebas_neue_proregular';
	src: url('../fonts/bebasneuepro-regular-webfont.woff2') format('woff2'),
	     url('../fonts/bebasneuepro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Roboto Condensed — Variable (100-900) */
@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-Variable.woff2') format('woff2'),
	     url('../fonts/RobotoCondensed-Variable.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* Roboto Condensed — Variable Italic (100-900) */
@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-Variable-Italic.woff2') format('woff2'),
	     url('../fonts/RobotoCondensed-Variable-Italic.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}
