@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

* {
  height: auto;
}

.hostedfield {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #142253;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hostedfield::placeholder {
  font-size: 0.95rem;
  color: #6372A7;
  opacity: 1;
}