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

@font-face {
	font-family: "Avenir";
	src: url("../assets/font/Avenir-Black-03.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Avenir";
	src: url("../assets/font/Avenir-BlackOblique-04.ttf") format("truetype");
	font-weight: 800;
	font-style: oblique;
	font-display: swap;
}

@font-face {
	font-family: "Avenir";
	src: url("../assets/font/Avenir-HeavyOblique-06.ttf") format("truetype");
	font-weight: 700;
	font-style: oblique;
	font-display: swap;
}
