*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

img, picture, video, svg { display: block; max-width: 100%; }

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

button {
  cursor: pointer;
  background: none;
  border: none;
}

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

:focus-visible {
  outline: 2px solid rgba(229, 196, 131, 0.7);
  outline-offset: 2px;
}

[hidden] { display: none !important; }
