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

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