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

:where(body) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin-block: 0;
  font-size: inherit;
  font-weight: inherit;
}

:where(p) {
  margin-block: 0;
}

:where(a) {
  color: inherit;
  text-decoration: inherit;
}

:where(em) {
  font-style: inherit;
}

:where(figure) {
  margin: 0;
}

:where(small) {
  font-size: inherit;
}