.questrial-regular {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Questrial', sans-serif;
}

.bg-grayish {
  background-color: #3A3A40;
}

body {
  background-color: #fbf5f3;
  font-family: 'Questrial', sans-serif;
}

/* Override Bootstrap primary color */
.bg-primary {
  background-color: #303458 !important;
}

.btn-primary {
  background-color: #303458;
  border-color: #303458;

  &:hover {
    background-color: #545d9a;
    border-color: #545d9a;
  }

  &:active {
    background-color: #81B29A;
    border-color: #81B29A;
  }
}

.text-primary {
  color: #FFDDD2 !important;
}

.bg-secondary {
  background-color: #81B29A !important;
}

.text-secondary {
  color: #2f3247 !important;
}