:root {
    --main-color: #7ac79e;
    --text-main-color: #5f1e13;
    --heading-font-family: Montserrat;
    --body-font-family: Montserrat;
}

body,
.leaflet-container {
    background-image: url(/images/anime-fest-plus/map-bg.png);
}

#loader {
    background-image: url(/images/anime-fest-plus/loading.png);
}