.company-font {
  font-family: "Playfair Display SC", serif;
}

html, body {
  font-family: "Noto Sans HK", sans-serif;
}

.title-color {
  color: #ac947b;
}

.clean-block {
  padding-bottom: 40px;
  padding-top: 40px;
}

.form-group.last-item {
  margin-bottom: 0;
}
.form-group .form-control {
  border: none;
  background-color: #f3efeb;
  color: #ac947b;
}
.form-group .form-control::placeholder {
  color: #ac947b;
  opacity: 0.5;
}
.form-group .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 148, 123, 0.3);
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ac947b;
  background-color: #ac947b !important;
}

.custom-control-label {
  line-height: 24px;
}
.custom-control-label::before {
  background-color: #f3efeb;
  border: 1px solid #ac947b;
}

/*# sourceMappingURL=global.css.map */
