/**********************************************************
// 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;
	}

