*, *::before, *::after { box-sizing: border-box; margin:0; padding:0; }
html { font-size: 15px; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-main); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x:hidden; }
a { color: var(--primary); text-decoration:none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; border:0; background:none; }
img { max-width:100%; display:block; }
input, textarea, select { font-family: inherit; }
::-webkit-scrollbar { width:6px; height:6px; }
::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 10px; }
