@font-face {
  font-family: dg-font1;
  src: url("fonts/Barlow-Regular.ttf");
}
@font-face {
  font-family: dg-font1bold;
  src: url("fonts/Barlow-SemiBold.ttf");
}
body {
  font-family: dg-font1;
  font-size: larger;
  color: rgb(200, 200, 200);
  background-color: black;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
}

.highlight {
  color: white;
}

strong {
  color: white;
}

hr {
  border-color: rgb(200, 200, 200);
}

.dg-label {
  font-family: dg-font1;
  padding-bottom: 5px;
  float: left;
  color: white;
}

/*# sourceMappingURL=dg-label.css.map */
