@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#09090b;--foreground:#fafafa}body{background-color:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#09090b}::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}.brazil-map path{fill:#27272a;stroke:#09090b;stroke-width:1px;cursor:pointer;transition:all .2s}.brazil-map path:hover{fill:#3f3f46}.brazil-map path.active{fill:#3b82f6}
