/**********************************************************
// Font >> Baselliost >> Normal (400)
**********************************************************/
@font-face {
    font-family: "Baselliost";
    src: url(../Fonts/Baselliost.woff2) format("woff2"),
         url(../Fonts/Baselliost.woff) format("woff");
	font-display: swap;
    font-style: normal;
	font-weight: 400;
	}

/**********************************************************
// Font >> Quincy CF >> Light (300)
**********************************************************/
@font-face {
	font-family: "Quincy-CF";
	src: url(../Fonts/Quincy-CF-Light.ttf) format("truetype");
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	}

/**********************************************************
// Font >> Quincy CF >> Normal (400) - Italic
**********************************************************/
@font-face {
	font-family: "Quincy-CF";
	src: url(../Fonts/Quincy-CF-Italic.ttf) format("truetype");
	font-display: swap;
	font-style: italic;
	font-weight: 400;
	}

/**********************************************************
// Font >> Quincy CF >> Medium (500)
**********************************************************/
@font-face {
	font-family: "Quincy-CF";
	src: url(../Fonts/Quincy-CF-Medium.ttf) format("truetype");
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	}

/**********************************************************
// Font >> Quincy CF >> Bold (700)
**********************************************************/
@font-face {
	font-family: "Quincy-CF";
	src: url(../Fonts/Quincy-CF-Bold.ttf) format("truetype");
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	}
