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

*:focus-visible {
  outline: 4px solid Highlight;
}

html,
*:focus-within {
  scroll-behavior: smooth;
}

img,
picture {
  display: block;
  height: auto;
  max-width: 100%;
}

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

nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

/*# sourceMappingURL=reset.css.map */