@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/montserrat-latin.woff2") format("woff2");
}

html,
body,
button,
input,
select,
textarea,
.t-body {
  font-family: "Montserrat", Arial, sans-serif;
}

.als-form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.als-form-status {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
}

.als-form-status--error {
  color: #b42318;
}

