html, body {
    font-size:16px;
}
body {
    font-family: 'Roboto', 'Helvetica Neue', 'Arial', sans-serif;
}
h1,h2,h3,h4,p {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body::-webkit-scrollbar {
    width: 0.5rem;
}
body::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,0.5);
    border-right: 0.1rem solid #999;
}
body::-webkit-scrollbar-thumb {
    background-color: #999;
    max-height: 10px;
}
div::-webkit-scrollbar {
    width: 0.5rem;
}
div::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,0.5);
    border-right: 0.1rem solid grey;
}
div::-webkit-scrollbar-thumb {
    background-color: grey;
    max-height: 10px;
}
.swiper-pagination {
    position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2rem;
}
.swiper-pagination-bullet {
    background-color: #DADADA;
}
.swiper-pagination-bullet-active {
    background-color: #ED7C36;
}
.mapbox-container {
    max-height: 100%;
	height: 100%;
	overflow: hidden;
	font-family: '"Roboto","Helvetica Neue","Arial",sans-serif';
}
@media (pointer: coarse) {
    html {
		-webkit-overflow-scrolling: touch;
	}
}