@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;
  color: white;
  background-color: rgb(0, 118, 215);
}

hr {
  border-color: rgb(101, 151, 220);
}

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