body {
	background-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;
}

.primal-countdown {
	display: inline-block;
	font-size: 140px;
	font-family: GunBoy !important;
	color: #ffffff;
	-webkit-text-stroke: 3px #88A9C3; color: #ffffff;
	line-height: 98px;
	height: 98px;
}

.primal-countdown-seconds {
	display: inline-block;
	font-size: 140px;
	font-family: GunBoy !important;
	color: #ffffff;
	-webkit-text-stroke: 3px #88A9C3; color: #ffffff;
	line-height: 98px;
	height: 98px;
}

.countdown-parent {
    height: 100%;
    position: relative;
}

.countdown-child {
    position: absolute;
    top: 50%;
    left: 50%;    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.claw-shadow {
  -webkit-filter: drop-shadow( 0px 0px 10px #ffffff);
  filter: drop-shadow( 0px 0px 10px #ffffff);
  /* Similar syntax to box-shadow */
}

.countdown-shadow {
  -webkit-filter: drop-shadow(0px 0px 15px #091235));
  filter: drop-shadow(0px 0px 15px #091235);
  /* Similar syntax to box-shadow */
}

.drop-shadow {
  -webkit-filter: drop-shadow(2px 1px 2px #000000));
  filter: drop-shadow(2px 1px 2px #000000);
  /* Similar syntax to box-shadow */
}

.text-blue-gray {
	color: #88A9C3;
}

.text-royal-blue {
	color: #091235;
}

table {
	--bs-table-bg: none !important;
}

table, td {
	padding: 0rem .5rem !important;
}