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

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

body {
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

fieldset,
legend {
    margin: 0;
    padding: 0;
    border: 0;
}

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

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

img {
    border-style: none;
}

svg {
    fill: currentColor;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}

button {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

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

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

th,
td {
    padding: 0;
    font-weight: inherit;
    text-align: inherit;
}

input,
textarea,
select,
button {
    margin: 0;
}

input,
textarea,
select {
    background: transparent;
    border: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}

textarea {
    resize: vertical;
}

select::-ms-expand {
    display: none;
}

hr {
    margin: 0;
    border: 0;
    border-top: 1px solid currentColor;
    color: inherit;
}

[hidden] {
    display: none !important;
}
