/* Import Fonts */
@font-face {
	font-family: "barlow";
	src: url("assets/fonts/barlow/BarlowCondensed-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "barlow";
	src: url("assets/fonts/barlow/BarlowCondensed-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "barlow-light";
	src: url("assets/fonts/barlow/BarlowCondensed-LightItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "cerapro";
	src: url("assets/fonts/cerapro/CeraPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "cerapro";
	src: url("assets/fonts/cerapro/CeraPro-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "sentinel";
	src: url("assets/fonts/sentinel/Sentinel-Medium.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "sentinel";
	src: url("assets/fonts/sentinel/Sentinel-Semibold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "domine";
	src: url("assets/fonts/domine/Domine-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "domine";
	src: url("assets/fonts/domine/Domine-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
