/* Fix wrong font family for form inputs */
input, textarea, select {
  font-family: var(--font-body-family);
}