/* Appel des styles de polices */

@font-face {
	font-family: "Parslay";
	src: url("../font/Parslay.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roughtwell";
	src: url("../font/Roughwell.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../font/Roboto-VariableFont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Italic";
	src: url("../font/Roboto-Italic-VariableFont.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
