/* reset */
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
caption,
table,
tr,
td,
th,
address,
blockquote,
img {
    margin: 0;
    padding: 0;
}

img,
fieldset,
object {
    border: none;
}

*,
*:after,
*:before {
    flex: 1 0 auto;

    /* safari bugfix */
    box-sizing: border-box;
}

button,
label {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

hr {
    display: none;
}

html,
body {
    height: 100%;
    color: var(--color-text);
    background-color: var(--color-background);
}