/* Scrollbar global */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #1f1f1f; }
::-webkit-scrollbar-thumb {
   background-color: #2F6F4E;
   border-radius: 9999px;
   border: 2px solid #1f1f1f;
}
::-webkit-scrollbar-thumb:hover { background-color: #1E4D35; }
* { scrollbar-width: thin; scrollbar-color: #2F6F4E #1f1f1f; }