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

html,
body,
main,
section,
article,
aside,
header,
footer,
nav,
dialog,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
blockquote,
pre,
hr,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
form,
fieldset,
legend,
label,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}

html,
body {
  border: 0;
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  appearance: none;
  letter-spacing: inherit;
}

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

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

img,
svg {
  vertical-align: middle;
}

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

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

legend {
  display: block;
}

textarea {
  resize: vertical;
}

button,
select {
  cursor: pointer;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}

th {
  text-align: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

code,
kbd,
samp,
pre {
  font: inherit;
}
