@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #2d3748;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

#app {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100vh;
    position: relative;
}

.building-outline {
    stroke: #FF0000;
    stroke-width: 2;
    fill: rgba(255, 0, 0, 0.2);
}

.building-name {
    font-size: 12px;
    fill: #000;
    text-anchor: middle;
    font-family: 'Poppins', sans-serif;
}

.user-location {
    fill: #00FF00;
    stroke: #000;
    stroke-width: 1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #2d3748;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

#app {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100vh;
    position: relative;
}

.building-outline {
    stroke: #FF0000;
    stroke-width: 2;
    fill: rgba(255, 0, 0, 0.2);
}

.building-name {
    font-size: 12px;
    fill: #000;
    text-anchor: middle;
    font-family: 'Poppins', sans-serif;
}

.user-location {
    fill: #00FF00;
    stroke: #000;
    stroke-width: 1;
}