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

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

.dg-link-primary {
  color: black !important;
}
.dg-link-primary:hover {
  color: rgb(13, 110, 253) !important;
}

.dg-link-secondary {
  color: white !important;
}
.dg-link-secondary:hover {
  color: cyan !important;
}

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