/* Reset CSS — Meyer Reset v2.0 adapted */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

[hidden] {
    display: none;
}

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

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

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin-block-start: 0;
    line-height: 1.2 !important;
}
