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

html { scroll-behavior: smooth; }

body,
h1,
h2,
h3,
p,
ul { margin: 0; }

body { min-height: 100vh; }

ul { padding: 0; list-style: none; }

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

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

button,
a { -webkit-tap-highlight-color: transparent; }

a { color: inherit; }

:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }
