* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a,
del,
ins {
    text-decoration: none;
}

a {
    color: inherit;
}

button,
label {
    cursor: pointer;
}

button,
input {
    outline: 0;
}

button {
    display: inline-block;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
}

::-webkit-scrollbar {
    display: none;
}

a::-moz-selection,
p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
blockquote::-moz-selection,
ul::-moz-selection,
li::-moz-selection,
ol::-moz-selection,
small::-moz-selection,
span::-moz-selection,
br::-moz-selection,
sup::-moz-selection,
img::-moz-selection,
div::-moz-selection,
strong::-moz-selection,
em::-moz-selection,
i::-moz-selection,
u::-moz-selection {
    color: var(--acc-color);
}

a::selection,
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
blockquote::selection,
ul::selection,
li::selection,
ol::selection,
small::selection,
span::selection,
br::selection,
sup::selection,
img::selection,
div::selection,
strong::selection,
em::selection,
i::selection,
u::selection {
    color: var(--acc-color);
}

*::-webkit-scrollbar {
    display: none;
}