/*//////////////////////////////////////////////////////////////////
//																						//
//						SYNTAX WEB — COLLECTION MODULES						//
//									version 3										//
//						FEUILLE DE STYLE DES POLICES							//
//																						//
//////////////////////////////////////////////////////////////////*/

/* Variables */

:root {
	--texte-normal:400;			/* wght */
	--texte-gras:700;			/* wght */
	--texte-largeur:100;		/* wdth */
	--texte-optique:auto;		/* opsz */
	--texte-grade:88;			/* GRAD */
}

/* Inter */

/**
	Options OpenType pour Inter :
	Lettres :
	cv05 : l à queue
	cv06 : u sans serif
	cv08 : I avec serif
	cv10 : G à queue
	cv11 : a sans retour
	cv12 : f compact
	cv13 : t compact
	dlig : ligatures supplémentaires

	Chiffres :
	cv01 : 1 alternatif
	cv02 : 4 ouvert
	cv03 : 6 ouvert
	cv04 : 9 ouvert
	cv09 : 3 plat
	zero : 0 barré
	ss01 : chiffres ouverts
	ss02 : 
	tunm : chiffres tabulaires
	frac : fractions

	Chiffres et lettres :
	ss01 : chiffres ouverts (3 4 6 9)
	ss02 : disambuguation (O/0, I/l, ß/β)

	Ponctuation :
	ss03 : ponctuation et guillemets ronds
	ss07 : ponctuation carrée
	ss08 : guillemets carrés
**/

@font-face {
  font-family:Inter;
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  font-feature-settings:"case" 1, "calt" 1, "cpsp" 1, "dlig" 1, "ss01" 1, "ss03" 1, "cv05" 1;
  src:url('../polices/InterVariable.woff2?v=4.0') format('woff2-variations');
}
@font-face {
  font-family:Inter;
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  font-feature-settings:"case" 1, "calt" 1, "cpsp" 1, "dlig" 1, "ss01" 1, "ss03" 1, "cv05" 1;
  src:url('../polices/InterVariable-Italic.woff2?v=4.0') format('woff2-variations');
}