/* Modern minimal reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body, h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
body { min-height: 100vh; }
img, picture, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { border: 0; background: none; padding: 0; }
a { color: inherit; text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
