/*//////////////////////////////////////////////////////////////////
//																						//
//						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 */

@font-face {
  font-family:Inter;
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  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;
  src:url('../polices/InterVariable-Italic.woff2?v=4.0') format('woff2-variations');
}