* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-size: 100%;
}
img,
svg {
vertical-align: middle;
}

ul {
list-style: none;
padding-left: 0;
margin: 0;
}

:where(input, textarea, select, button, [tabindex], a):focus,
:where(input, textarea, select, button, [tabindex], a):focus-visible {
outline: none !important;
box-shadow: none !important;
}
button {
-webkit-appearance: none;
appearance: none;
background: none;
border: 0;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
border-radius: 0;
-webkit-tap-highlight-color: transparent;
outline: none;
box-shadow: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
picture {
display: block;
max-width: none;
margin: 0;
padding: 0;
}
