@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-button, .dg-link-button-secondary, .dg-link-button-primary {
  text-align: center;
  font-family: dg-font1;
  cursor: default;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25rem;
  color: white;
  background-color: transparent;
  border-color: white;
}
.dg-button:hover, .dg-link-button-secondary:hover, .dg-link-button-primary:hover {
  color: black;
  background-color: white;
  border-color: rgb(0, 118, 215);
}

@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-link-primary, .dg-link-button-primary {
  color: black !important;
}
.dg-link-primary:hover, .dg-link-button-primary:hover {
  color: rgb(13, 110, 253) !important;
}

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

.dg-link-button-primary {
  cursor: pointer;
}
.dg-link-button-primary:hover {
  color: black !important;
}

.dg-link-button-secondary {
  cursor: pointer;
}
.dg-link-button-secondary:hover {
  color: black !important;
}

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