.yeti-form {
  background: #f9fafb;
}

.yeti-form * {
  font-family: 'Inter', sans-serif;
}

.yeti-form ::-webkit-scrollbar {
  display: none;
}

.yeti-form__error {
  padding: 12px 16px;
  background: #fee2e2;
  border: 1px solid #fecaca;
  color: #991b1b;
  border-radius: 8px;
}
