@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");:root{--background:#ffffff;--foreground:#171717}body{margin:0;font-family:Poppins,sans-serif}@media (prefers-color-scheme:dark){:root{--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.leaflet-container,.leaflet-popup-content{font-family:Poppins,sans-serif}.leaflet-popup-content{font-size:12px}.leaflet-popup-content-wrapper{border-radius:8px}.custom-marker{background:transparent;border:none}