body {
  font-family: 'Dogica', sans-serif;
  margin: 0;
  background-color: #000000;
  color: #FFFFFF;
}

@font-face {
  font-family: Dogica;
  src: url('/fonts/dogica_pixel.ttf');
}

@font-face {
  font-family: Dogica;
  src: url('/fonts/dogica_pixel_bold.ttf');                   /*('/fonts/dogica.ttf/')*/
  font-weight: bold; 
  }