/* reset.css — strips browser defaults so everything starts from the same place. */
*,*::before,*::after{box-sizing:border-box}
*{margin:0}
/* The header is sticky and 76px tall, so an in-page jump must stop short of it or the
   section heading lands underneath the nav bar. 76 + 10px of breathing room. */
html{-webkit-text-size-adjust:100%;scroll-padding-top:86px}
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,picture,svg{display:block;max-width:100%}
input,button,textarea,select{font:inherit}
p,h1,h2,h3,h4{overflow-wrap:break-word}
ul,ol{list-style:none;padding:0}
a{color:inherit}
