* { box-sizing: border-box; }
html, body {
  margin: 0;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  // Prevent showing alt text before image load
  color: transparent;
}
svg {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
//:focus { outline-width: 3px; }
