:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: inherit;
  position: relative;
  overflow-x: clip;
}

a, button {
  cursor: revert;
}

menu, ol, summary, ul {
  list-style: none;
}

ol {
  counter-reset: revert;
}

table {
  border-collapse: collapse;
}