/* FONTS */

/* Libel Suit */
@font-face {
	font-family: "LibelSuit";
	src:
		url("../fonts/LibelSuit.ttf") format("truetype"),
		url("../fonts/LibelSuit.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
