html {
  box-sizing: border-box;
  font-size: 10px;
}

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

body {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

button,
input {
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* Responsive tables */
table {
  max-width: 100%;
  overflow-x: auto;
}
