/**
 * Polices Sobery — auto-hébergées (Maven Pro, Larken).
 * Format TTF : meilleure compatibilité CDN / navigateurs (les OTF échouaient sur BunnyCDN).
 */

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

@font-face {
	font-family: 'Larken';
	src: url('../fonts/Larken-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Larken';
	src: url('../fonts/Larken-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'Larken';
	src: url('../fonts/Larken-Bold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Maven Pro';
	src: url('../fonts/MavenPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Maven Pro';
	src: url('../fonts/MavenPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Maven Pro';
	src: url('../fonts/MavenPro-Medium.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Maven Pro';
	src: url('../fonts/MavenPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Maven Pro';
	src: url('../fonts/MavenPro-Bold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Maven Pro';
	src: url('../fonts/MavenPro-Bold.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
