/*
 * Police officielle Century 21 : Oakes (5 graisses)
 * Fichiers OTF auto-hébergés dans /assets/fonts/
 * font-display: swap → évite le FOIT (flash of invisible text)
 */

@font-face {
	font-family: 'Oakes';
	src: url('../fonts/Oakes-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oakes';
	src: url('../fonts/Oakes-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oakes';
	src: url('../fonts/Oakes-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oakes';
	src: url('../fonts/Oakes-Semi-Bold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oakes';
	src: url('../fonts/Oakes-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
