*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}


img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}


ul,
ol {
  list-style: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}


a {
  text-decoration: none;
  color: inherit;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
}

button {
  cursor: pointer;
}


textarea {
  resize: vertical;
}


em,
strong {
  font-style: normal;
  font-weight: inherit;
}