/* Reset - scoped minimal normalize */
:where(*, *::before, *::after) {
  box-sizing: border-box;
}
:where(html) {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
:where(body) {
  margin: 0;
}
:where(h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd) {
  margin: 0;
}
:where(ul[role="list"], ol[role="list"]) {
  list-style: none;
  padding: 0;
  margin: 0;
}
:where(a) {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
:where(img) {
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block;
}
:where(button, input, select, textarea) {
  font: inherit;
  margin: 0;
}
:where(button) {
  background: none;
  border: 0;
  cursor: pointer;
}
:where(fieldset) {
  border: 0;
  margin: 0;
  padding: 0;
}
:focus {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none;
  color: unset;
}
