body {
  background: #333333;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Digital Readout Expanded";
  src: url("../fonts/Digire.ttf") format("opentype");
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("opentype");
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Mark Simonson - Proxima Nova Regular.otf") format("opentype");
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/Mark Simonson - Proxima Nova Bold.otf") format("opentype");
}
