@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}*{scrollbar-width:thin;scrollbar-color:#fbbf24 rgba(0,0,0,.1)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#fbbf24;border-radius:10px;border:2px solid rgba(13,79,42,1)}::-webkit-scrollbar-thumb:hover{background:#facc15}body{margin:0;padding:0;background-color:#020617;color:#fff;overflow-x:hidden}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000001a}.custom-scrollbar::-webkit-scrollbar-thumb{background:#fbbf24;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#facc15}.leaflet-container{width:100%;height:100%}
