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

  html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote {
    margin: 0;
  }

  ul, ol { padding: 0; list-style: none; }

  img, svg, video { display: block; max-width: 100%; }

  button {
    font: inherit;
    color: inherit;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  input, select, textarea { font: inherit; }
}
