/* When updating this file, make sure to bump the version number in files that import this, to bust the cache. */

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

* {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;

  margin: 0;
}

html {
  min-height: 100vh;
}

body {
  display: flow-root; /* prevent margin collapse */

  min-height: 100vh;
}