* {
  font-family: "Quicksand", sans-serif !important;
}

h3 {
  color: rgb(255, 255, 255) !important;
}

h4 {
  color: rgb(255, 255, 255) !important;
}

.fw-900 {
  font-weight: 900 !important;
}
body {
  background-color: #000 !important;
}
.dark__bg {
  background-color: #000 !important;
  height: 100vh !important;
}
.wh-100 {
  height: 100% !important;
  width: 100% !important;
}
.hv-center {
  align-content: center !important;
  justify-items: center !important;
  justify-content: center !important;
}
[v-cloak] {
  display: none;
}
