/* Minimal Normalize.css subset to ensure consistency across the site */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Reset margins and paddings on common elements */ 
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

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

button, input, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

textarea { resize: vertical; }
