body {
	background-color: #091235;
}

footer p, footer a {
	color: #88a9c3;
	text-decoration: none;
}

.text-blue-gray {
	color: #88A9C3;
}

.text-royal-blue {
	color: #091235;
}

@font-face {
  font-family: "SublimaExtraBold";
  src: url('fonts/SublimaExtraBold/font.woff2') format('woff2'), url('fonts/SublimaExtraBold/font.woff') format('woff');
}
@font-face {
  font-family: "SublimaExtraLight";
  src: url('fonts/SublimaExtraLight/font.woff2') format('woff2'), url('fonts/SublimaExtraLight/font.woff') format('woff');
}

@font-face {
  font-family: "GunBoy";
  src: url('fonts/GunBoy/font.woff2') format('woff2'), url('fonts/GunBoy/font.woff') format('woff');
}

.primal-bold {
	font-family: SublimaExtraBold !important;		
}

.primal-light {
	font-family: SublimaExtraLight !important;
}