body {
    font-family: Arial, Helvetica, sans-serif;
}

.MuiDrawer-paper {
    background-color: #1f2933 !important;
}

.MuiAppBar-root {
    background-color: #111827 !important;
}

.MuiListItem-root {
    border-bottom: 1px solid #2d3748;
}

.MuiPaper-root {
    border-radius: 8px !important;
}

.MuiButton-root {
    border-radius: 6px !important;
}

.MuiTypography-root {
    font-size: 14px;
}

.leaflet-popup-content-wrapper {
    border-radius: 10px;
}

.leaflet-popup-tip {
    background: #1f2933;
}
