body{background-color:var(--primary-background);color:var(--primary-text);font-family:var(--font-family)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--primary-background);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}