
/* ===== Firefox ===== */
* {
  scrollbar-width: thin;
  scrollbar-color: #0C0F0D transparent;
}

/* ===== Chrome / Edge / Яндекс ===== */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #0C0F0D;
  border-radius: 20px;
  border: 2px solid transparent;
  background-clip: content-box;
  transition: background-color 0.3s ease;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #ADDB42;
}
