/* Global baseline styles (loaded on all pages). */
*,
*::before,
*::after{ box-sizing:border-box; }

html, body{ height:100%; }

body{
  margin:0;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

img, picture, video, canvas, svg{ display:block; max-width:100%; }
input, button, textarea, select{ font:inherit; }
a{ color:inherit; text-decoration:inherit; }
