@font-face {
    font-family: "Vazir";
    src: url("/fonts/Vazir-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazir";
    src: url("/fonts/Vazir-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea {
    font-family: "Vazir", Tahoma, Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    background: #f4f6f8;
    color: #18212b;
}

button,
select,
input {
    font: inherit;
}

.simple-page {
    max-width: 720px;
    margin: 40px auto;
    padding: 24px;
    background: #fff;
    border: 1px solid #dfe5ea;
    border-radius: 14px;
}

.leaflet-container,
.leaflet-popup-content,
.leaflet-tooltip,
.leaflet-control {
    font-family: "Vazir", Tahoma, Arial, sans-serif;
}
