/* ==== FORMULÁRIOS ==== */
input, textarea {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  padding: 0.5rem;
  width: 100%;
}
input[type="email"] {
  max-width: 320px;
}
label.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
