/*-----------------------------
	$FONT-FACE
-------------------------------*/
@font-face {
	font-family: "brandon-text";
	src: url("../fonts/Brandon-Text-Web-Regular.eot") format("eot"),
		 url("../fonts/Brandon-Text-Web-Regular.woff") format("woff"),
		 url("../fonts/Brandon-Text-Web-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



@font-face {
	font-family: "brandon-text";
	src: url("../fonts/Brandon-Text-Web-Bold.eot") format("eot"),
		 url("../fonts/Brandon-Text-Web-Bold.woff") format("woff"),
		 url("../fonts/Brandon-Text-Web-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
