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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
figure,
blockquote,
pre,
fieldset,
legend,
dialog {
  margin: 0;
  padding: 0;
}

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

summary::-webkit-details-marker {
  display: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button {
  background: none;
  border: 0;
  padding: 0;
}

fieldset,
dialog {
  border: 0;
  min-width: 0;
}

dialog {
  max-width: none;
  max-height: none;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
