html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  padding-top: 80px;
}

img {
  max-width: 100%;
  display: block;
}

#contact-form button.is-selected {
  background: #b71414 !important;
  color: #fff !important;
  border-color: #b71414 !important;
}

#contact-form button.is-selected:hover {
  background: #9a1111 !important;
}