.font-title {
  font-family: 'Dancing Script', cursive;
}

.font-body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.separator {
  background-color: black;
  width: 100%;
  height: 0.05rem;
}

.input {
  border-width: 1px;
  background-color: black;
  color: rgb(220, 220, 220);
  border-radius: 0px;
}

.dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.flatpickr-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}