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

html {
    min-width: 320px;
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    margin: 0;
}

body,
h1,
h2,
h3,
p,
figure,
fieldset,
legend {
    margin: 0;
}

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

img {
    height: auto;
}

button,
input,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

fieldset {
    border: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

[hidden] {
    display: none !important;
}
