  html { scrollbar-width: thin;  scrollbar-color: var(--accent) transparent;  }  ::-webkit-scrollbar { width: 2px;  height: 2px;  } ::-webkit-scrollbar-track { background: transparent;  } ::-webkit-scrollbar-thumb { background-color: var(--zagolovok);  border-radius: 4px;  } ::-webkit-scrollbar-thumb:hover { background-color: var(--accent);  }