*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scrollbar-gutter: stable;
    scroll-behavior: smooth
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure {
    margin: 0
}

ul,
ol {
    padding: 0
}

img {
    max-width: 100%;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
select,
textarea {
    font: inherit
}