*{font-family: "Montserrat", sans-serif;}
/* Scrollbar global - Style moderne et minimaliste */
::-webkit-scrollbar {width: 3px;height: 3px;}
::-webkit-scrollbar-track {background: #f1f5f9;border-radius: 2px;}
::-webkit-scrollbar-thumb {background: #cbd5e1;border-radius: 2px;transition: background 0.2s ease;}
::-webkit-scrollbar-thumb:hover {background: #94a3b8;}
::-webkit-scrollbar-corner {background: #f1f5f9;}
/* Scrollbar pour Firefox */
* {scrollbar-width: thin;scrollbar-color: #cbd5e1 #f1f5f9;}
/* Scrollbar fin pour les petits éléments */
.thin-scrollbar::-webkit-scrollbar {width: 3px;height: 3px;}
.thin-scrollbar::-webkit-scrollbar-track {background: #f8fafc;}
.thin-scrollbar::-webkit-scrollbar-thumb {background: #e2e8f0;border-radius: 2px;}
.thin-scrollbar::-webkit-scrollbar-thumb:hover {background: #cbd5e1;}