/***************************************************************
*																					*
*		GESTION DES MODIFICATIONS ET SUPPRESSIONS DE TRAINS		*
*									GSMT v2										*
*						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 */
}

/* Avenir */

@font-face {
  font-family:"Avenir";
  font-style:normal;
  font-weight:normal;
  font-display:swap;
  src:url('../polices/Avenir-Regular.woff2') format('woff2');
}
@font-face {
  font-family:"Avenir";
  font-style:normal;
  font-weight:bold;
  font-display:swap;
  src:url('../polices/Avenir-Bold.woff2') format('woff2');
}

/* Achemine */

@font-face {
  font-family:"Achemine";
  font-style:normal;
  font-weight:normal;
  font-display:swap;
  src:url('../polices/Achemine-Regular.woff2') format('woff2');
}
@font-face {
  font-family:"Achemine";
  font-style:italic;
  font-weight:normal;
  font-display:swap;
  src:url('../polices/Achemine-Italic.woff2') format('woff2');
}
@font-face {
  font-family:"Achemine";
  font-style:normal;
  font-weight:bold;
  font-display:swap;
  src:url('../polices/Achemine-Bold.woff2') format('woff2');
}