@font-face {
  font-family: Roboto;
  font-style: normal;
  src: url(/fonts/roboto.ttf) format('truetype');
}

@font-face {
  font-family: 'RobotoBold';
  font-style: normal;
  src: url(/fonts/roboto-bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Terminator';
  font-style: normal;
  src: url(/fonts/terminator.ttf) format('truetype');
}

body {
		background-color: #22212C;
		font-family: 'Roboto', sans-serif;
}

h1 {
		color: #8AFF80;
/*		font-family: 'Terminator', sans-serif; */
}

h2 {
		color: #FFFF80;
}

.glow.in {
  text-shadow:
    0.25em 0.25em 0.25em rgba(149, 128, 255, 0.5),
    0 0 0.5em rgba(255, 255, 255, 0.3);
}

.text-terminator {
  font-family: 'Terminator', 'Roboto', sans-serif;
}

