/* Reset & Defaults */
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, p, figure { margin: 0; }
img { max-width: 100%; display: block; }

/* Accessible focus defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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