html {
  height: 100%;
}

body {
  min-height: 100%;
  line-height: 1.44;
}

/* ux */
a, button {
  cursor: pointer;
}

a {
  color: #007CBE;
}

img, svg {
  max-width: 100%;
}

/* headings reset */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}

/* button reset */
button {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}