*, *::before, *::after {
box-sizing: border-box;
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, p,
figure, blockquote, dl, dd {
margin: 0;
}
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
a {
background-color: transparent;
color: inherit;
text-decoration: none;
}
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
height: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button, input, select, textarea {
font: inherit;
margin: 0;
padding: 0;
background: none;
border: none;
color: inherit;
outline: none;
appearance: none;
}
button {
background-color: transparent;
cursor: pointer;
border: none;
}
[hidden] {
display: none !important;
}
article, aside, footer, header, nav, section {
display: block;
}
iframe {
border: 0;
}
b, strong {
font-weight: bolder;
}
i, em {
font-style: normal;
}
input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
