/*Import custom Font TheSans*/
@font-face {
    font-family: 'TheSans';
    src: url('/media/fonts/TheSansB_300_.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'TheSans';
    src: url('/media/fonts/TheSansB_400_.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'TheSans';
    src: url('/media/fonts/TheSansB_500_.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'TheSans';
    src: url('/media/fonts/TheSansB_600_.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'TheSans';
    src: url('/media/fonts/TheSansB_700_.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap; 
}

/* expand tailwind CSS */
body {
    font-family: 'TheSans', sans-serif;
    font-weight: 500;
    color:#2F2F2F;
}

.h-map{
    height: 400px;
}

@media (max-width: 640px) {
    .h-map {
        height: 250px;
    }
}