/** @format */

* {
  box-sizing: inherit;
}

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