@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-textfield {
  font-family: dg-font1;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  width: 100%;
  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: black;
  background-color: white;
  border-color: white;
}
.dg-textfield:hover {
  color: black;
  background-color: white;
  border-color: white;
}
.dg-textfield::placeholder {
  color: black;
  font-style: italic;
}

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