/*
 * Type Deux Medium (ABC Dinamo) — police commerciale hébergée en local.
 * Fichier fourni : assets/fonts/type-deux/TypeDeux-Medium-Trial.otf
 * (version trial — à remplacer par les fichiers sous licence définitive
 * avant mise en production).
 */

@font-face {
	font-family: 'Type Deux';
	src: url('../fonts/type-deux/TypeDeux-Medium-Trial.woff2') format('woff2'),
	     url('../fonts/type-deux/TypeDeux-Medium-Trial.woff') format('woff'),
	     url('../fonts/type-deux/TypeDeux-Medium-Trial.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/*
 * Type Deux Regular (graisse 400) — rendu plus léger que le Medium. Chargé sous une
 * famille DISTINCTE ('Type Deux Regular') et non comme graisse 400 de 'Type Deux' :
 * ainsi seul le texte qui la demande explicitement change (la marge des fiches
 * œuvre — cartel, provenance, bibliographie), le reste du site restant en Medium.
 */
@font-face {
	font-family: 'Type Deux Regular';
	src: url('../fonts/type-deux/TypeDeux-Regular-Trial.woff2') format('woff2'),
	     url('../fonts/type-deux/TypeDeux-Regular-Trial.woff') format('woff'),
	     url('../fonts/type-deux/TypeDeux-Regular-Trial.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/*
 * Accident Next (Berthold, 2019) — police commerciale sous licence de la galerie,
 * hébergée en local (utilisée par le PIED DE PAGE via --font-footer, cf. style.css, et
 * proposée dans le réglage « Typographie » du plugin Pied de page). Trois graisses
 * installées (Regular 400 / Medium 500 / Bold 700) sous la MÊME famille 'Accident',
 * donc font-weight sélectionne le bon fichier. Fichiers d'origine : AkzidGrtskNext-*.woff2.
 */
@font-face {
	font-family: 'Accident';
	src: url('../fonts/accident/Accident-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Accident';
	src: url('../fonts/accident/Accident-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Accident';
	src: url('../fonts/accident/Accident-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*
 * Stempel Garamond LT Std (Linotype) — police commerciale hébergée en local, proposée
 * comme OPTION supplémentaire (cf. réglage « Typographie » du plugin Pied de page).
 * Elle NE remplace PAS EB Garamond (qui reste --font-display et son option). Trois
 * fichiers fournis : Roman (romain 400), Italic (italique 400), Bold Italic (italique 700).
 * Pas de fichier « Bold » romain : le gras romain, s'il est demandé, sera synthétisé.
 */
@font-face {
	font-family: 'Stempel Garamond';
	src: url('../fonts/stempel-garamond/StempelGaramond-Roman.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Stempel Garamond';
	src: url('../fonts/stempel-garamond/StempelGaramond-Italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Stempel Garamond';
	src: url('../fonts/stempel-garamond/StempelGaramond-BoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
