
/*
*	Custom fonts
*/

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

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

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