html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-normal);
  color: #f4f1e8;
  background: #101010;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  color: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

input,
select,
textarea {
  width: 100%;
  border: 0;
}

:focus-visible {
  outline: 3px solid #a79868;
  outline-offset: 3px;
}
