:root {
    color-scheme: light;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    background: #f6f7fb;
}

#map {
    position: absolute;
    inset: 0;
}
