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

blockquote, body, dd, dl, figure, h1, h2, h3, h4, p {
    margin:0
}

ol[role=list], ul[role=list] {
    list-style:none
}

body {
    min-height: 100vh;
    text-rendering: optimizespeed;
    line-height:1.5
}

a:not([class]) {
    text-decoration-skip-ink:auto
}

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

button, input, select, textarea {
    font:inherit
}

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