@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.maplibregl-ctrl-attrib-inner {
    font-size: 7px;
}

html, body, #react-entry-point {
    width: 100%;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}