/* فایل vazirmatn.css */

/* تعریف وزن‌های مختلف فونت وزیر */

@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazir-Thin-WOL.eot');
    src: url('fonts/Vazir-Thin-WOL.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Thin-WOL.woff2') format('woff2'),
         url('fonts/Vazir-Thin-WOL.woff') format('woff'),
         url('fonts/Vazir-Thin-WOL.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazir-Light-WOL.eot');
    src: url('fonts/Vazir-Light-WOL.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Light-WOL.woff2') format('woff2'),
         url('fonts/Vazir-Light-WOL.woff') format('woff'),
         url('fonts/Vazir-Light-WOL.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazir-Regular-WOL.eot');
    src: url('fonts/Vazir-Regular-WOL.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Regular-WOL.woff2') format('woff2'),
         url('fonts/Vazir-Regular-WOL.woff') format('woff'),
         url('fonts/Vazir-Regular-WOL.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazir-Medium-WOL.eot');
    src: url('fonts/Vazir-Medium-WOL.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Medium-WOL.woff2') format('woff2'),
         url('fonts/Vazir-Medium-WOL.woff') format('woff'),
         url('fonts/Vazir-Medium-WOL.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazir-Bold-WOL.eot');
    src: url('fonts/Vazir-Bold-WOL.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Bold-WOL.woff2') format('woff2'),
         url('fonts/Vazir-Bold-WOL.woff') format('woff'),
         url('fonts/Vazir-Bold-WOL.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazir-Black-WOL.eot');
    src: url('fonts/Vazir-Black-WOL.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Black-WOL.woff2') format('woff2'),
         url('fonts/Vazir-Black-WOL.woff') format('woff'),
         url('fonts/Vazir-Black-WOL.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}

/* اعمال فونت به کل سایت */
body {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
}

.guide-hero-wrapper {
    height: auto !important;
    margin-top: -250px !important;
}

@media (max-width: 768px) {
    .guide-hero-wrapper {
        height: 75vh !important;
    }
}