html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table{border-collapse: collapse;border-spacing: 0;}
img {border:0;font-size:0;}
:focus {outline: 0;}
a{text-decoration: none;color: var(--txt1);}
button{background-color: transparent;}
select{
}
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--bg0);
}
::-webkit-scrollbar-thumb {
    background: var(--line2);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--mute);
}
::-webkit-scrollbar-button {
    background: var(--bg0);
    height: 0px;
    width: 0px;
}
::-webkit-scrollbar-track {
    background: var(--bg0);
    border-radius: 10px;
}

a,button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none; 
  user-select: none;
}

a:focus,a:active {outline: none;}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto-VariableFont.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
