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

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

body { margin: 0; }

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

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

a { color: inherit; }

ul, ol { margin: 0; padding: 0; }

p, h1, h2, h3, h4, h5, h6 { margin: 0; }

:where(button) { cursor: pointer; }

/* Ensure hidden attribute always works */
[hidden]{ display: none !important; }
