html,
body {
    height: 100%;
}

body,
html,
p,
ul,
ol,
li,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
td,
th,
caption,
address,
textarea,
legend,
blockquote,
figure {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 100%;
    font-weight: 400;
}

img,
fieldset {
    border: 0;
}

ul,
ol {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

th,
td {
    vertical-align: top;
}

ins {
    text-decoration: none;
}

a:link, a:visited {
    outline: none;
    color: inherit;
    text-decoration: none;
}

* {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

@media (prefers-color-scheme: light) {
    body {
        background: #FFF;
        color: #141414;
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background: #141414;
        color: #FFF;
    }
}

#root, #popup {
    color-scheme: light dark;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    line-height: 24px;
}

@media screen and (min-width: 1920px) {
    #root, #popup {
        font-size: 20px;
        line-height: 32px;
    }
}

::-moz-selection {
    background: rgba(118, 51, 255, 0.16);
}

::selection {
    background: rgba(118, 51, 255, 0.16);
}

img {
    vertical-align: top;
}


/*# sourceMappingURL=main.css.map*/