@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html,
body,
input,
textarea,
button,
select,
.form-font-bold {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

.send-message.button--blue,
button.send-message.button--blue {
  background-color: #015B90 !important;
  border-color: #015B90 !important;
}

.send-message.button--blue:hover,
button.send-message.button--blue:hover {
  background-color: #014973 !important;
  border-color: #014973 !important;
}
