html {
  scroll-behavior: smooth;
}

body {
  background-color: #120e0c;
  color: #f2f0eb;
}

a {
  text-underline-offset: 0.15em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ffae00;
  outline-offset: 2px;
}

img,
iframe {
  max-width: 100%;
}

iframe {
  border: 0;
}

.form-grp .wrapped-input,
.form-grp textarea {
  font-size: 16px;
}

.form-grp input,
.form-grp textarea {
  color: #1d1d1d;
}

.submit-btn[disabled],
button[disabled] {
  cursor: wait;
  opacity: 0.7;
}

@media (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
}
