/*fonts*/
@font-face {font-family: 'yekanbakh1';src: url('fonts/yekanbakh/Light.ttf') format('truetype');}
@font-face {font-family: 'yekanbakh2';src: url('fonts/yekanbakh/Regular.ttf') format('truetype');}
@font-face {font-family: 'yekanbakh3';src: url('fonts/yekanbakh/SemiBold.ttf') format('truetype');}
@font-face {font-family: 'yekanbakh4';src: url('fonts/yekanbakh/Bold.ttf') format('truetype');}
@font-face {font-family: 'yekanbakh5';src: url('fonts/yekanbakh/ExtraBold.ttf') format('truetype');}
@font-face {font-family: 'yekanbakh6';src: url('fonts/yekanbakh/Black.ttf') format('truetype');}
@font-face {font-family: 'yekanbakh7';src: url('fonts/yekanbakh/ExtraBlack.ttf') format('truetype');}

@font-face {font-family: 'vazir1';
  src: url('fonts/vazir/Thin.eot');
  src: url('fonts/vazir/Thin.eot?#iefix') format('embedded-opentype'),
url('fonts/vazir/Thin.woff2') format('woff2'),
url('fonts/vazir/Thin.woff') format('woff'),
url('fonts/vazir/Thin.ttf') format('truetype');}

@font-face {font-family: 'vazir2';
src: url('fonts/vazir/Light.eot');
src: url('fonts/vazir/Light.eot?#iefix') format('embedded-opentype'),
url('fonts/vazir/Light.woff2') format('woff2'),
url('fonts/vazir/Light.woff') format('woff'),
url('fonts/vazir/Light.ttf') format('truetype');}

@font-face {font-family: 'vazir3';
src: url('fonts/vazir/Regular.eot');
src: url('fonts/vazir/Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/vazir/Regular.woff2') format('woff2'),
url('fonts/vazir/Regular.woff') format('woff'),
url('fonts/vazir/Regular.ttf') format('truetype');}

@font-face {font-family: 'vazir4';
src: url('fonts/vazir/Medium.eot');
src: url('fonts/vazir/Medium.eot?#iefix') format('embedded-opentype'),
url('fonts/vazir/Medium.woff2') format('woff2'),
url('fonts/vazir/Medium.woff') format('woff'),
url('fonts/vazir/Medium.ttf') format('truetype');}

/*/fonts*/


#map {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    border: 2px solid #0000000f;
    margin: 20px auto;
}

.leaflet-bottom {
    display: none;
}

.leaflet-container a {
    color: #0078A8;
    text-decoration: none;
}


