/* Minimal cross-browser reset. Applied first; later layers assume this. */

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

body {
  margin: 0;
}

button {
  font: inherit;
  cursor: pointer;
}

input,
select,
button {
  font: inherit;
}
