@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;font-size:16px;line-height:1.5;color:#18181b;background-color:#fafaf8;font-weight:400}.leaflet-container{width:100%;height:100%;background:#fafaf8;border-radius:12px}.leaflet-popup-content-wrapper{background:#fff;border:1px solid #e4e4e7;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1)}.leaflet-popup-content{margin:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif}.leaflet-popup-tip{background:#fff;border:1px solid #e4e4e7}