/**
 * ADEL SkinAI — polices de marque (31/07). Remplace Fraunces/Inter
 * (Google Fonts génériques, utilisées le temps du prototype) par
 * l'identité typographique réelle d'ADEL : Valeor (titres principaux),
 * Tangier (sous-titres/accents éditoriaux, y compris italique),
 * Serotiva (texte courant, plusieurs graisses).
 *
 * Hébergées localement (public/fonts/) — jamais une dépendance à un
 * CDN externe qui peut être bloqué par un anti-traceur, comme le
 * signalait déjà le TODO qui précédait ce fichier.
 */

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

@font-face {
	font-family: "Tangier";
	src:
		url("../fonts/Tangier/Tangier-Regular.woff") format("woff"),
		url("../fonts/Tangier/Tangier-Regular.otf") format("opentype");
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
}
/* CORRIGÉ (31/07) — signalé dans les fichiers reçus : Tangier n'existe
   qu'en un seul fichier réel (poids/style unique), contrairement au
   Regular/Medium/Italic distincts d'abord évoqués. Jamais une graisse
   ou un italique inventés pour ce nom de famille — le CSS qui suit
   compense par des techniques honnêtes (transformation, tracking)
   plutôt que par un fichier qui n'existe pas. Si les vraies variantes
   Tangier Medium/Italic sont un jour fournies, il suffira d'ajouter
   leurs propres règles @font-face ici, avec les bons font-weight/
   font-style, sans toucher au reste.

   ========================================== */

@font-face {
	font-family: "Serotiva";
	src:
		url("../fonts/Serotiva/Serotiva-Light.woff") format("woff"),
		url("../fonts/Serotiva/Serotiva-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Serotiva";
	src:
		url("../fonts/Serotiva/Serotiva-Regular.woff") format("woff"),
		url("../fonts/Serotiva/Serotiva-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Serotiva";
	src:
		url("../fonts/Serotiva/Serotiva-Italic.woff") format("woff"),
		url("../fonts/Serotiva/Serotiva-Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Serotiva";
	src:
		url("../fonts/Serotiva/Serotiva-Medium.woff") format("woff"),
		url("../fonts/Serotiva/Serotiva-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Serotiva";
	src:
		url("../fonts/Serotiva/Serotiva-SemiBold.woff") format("woff"),
		url("../fonts/Serotiva/Serotiva-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
