/*
  فونت اختصاصی سازمانی «مرد کوهستان»
  این فایل در همه‌ی صفحات سایت (ورود، کارمند، مدیر) لینک می‌شود
  تا در سراسر سایت فقط همین فونت استفاده شود.
*/
@font-face {
    font-family: 'MardeKoohestan';
    src: url('fonts/MardeKoohestan-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MardeKoohestan';
    src: url('fonts/MardeKoohestan-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MardeKoohestan';
    src: url('fonts/MardeKoohestan-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MardeKoohestan';
    src: url('fonts/MardeKoohestan-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MardeKoohestan';
    src: url('fonts/MardeKoohestan-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: 'MardeKoohestan', 'Vazirmatn', Tahoma, sans-serif !important;
}
