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

html { scroll-behavior: smooth; }

body,
h1,
h2,
h3,
h4,
p,
figure,
dl,
dd { margin: 0; }

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

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

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

button,
input,
textarea { font: inherit; }

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

:target { scroll-margin-top: 20px; }
