
* { margin: 0; padding: 0; box-sizing: border-box; cursor: none; }
body { overflow-x: hidden; background: var(--bg-base); color: var(--text-main); font-family: var(--font-text); }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-base); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 4px; }
