/* 1. فراخوانی فونت ها از هاست شما */
@font-face {
    font-family: 'VazirmatnLocal'; /* یک نام دلخواه گذاشتیم تا با فونت گوگل تداخل نکند */
    src: url('/wp-content/themes/dt-the7/fonts/vazirmatn/Vazirmatn-Regular.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7/fonts/vazirmatn/Vazirmatn-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VazirmatnLocal';
    src: url('/wp-content/themes/dt-the7/fonts/vazirmatn/Vazirmatn-Bold.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7/fonts/vazirmatn/Vazirmatn-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* 2. اعمال فونت روی تمام بخش های سایت */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, li, td, th {
    font-family: 'VazirmatnLocal', Tahoma, Arial, sans-serif !important;
}