/* Modern CSS Reset - based on Andy Bell's reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; }
body { min-height: 100vh; line-height: 1.6; }
h1, h2, h3, h4 { line-height: 1.2; text-wrap: balance; }
p, li { text-wrap: pretty; }
img, picture, video, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; }
a { color: inherit; }
ul, ol { list-style: none; padding: 0; }
