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