/*
 Theme Name: GeneratePress Child
 Theme URI: https://generatepress.com
 Description: Child theme for GeneratePress
 Author: Baharan
 Author URI: https://baharansys.ir
 Template: generatepress
 Version: 1.0.0
 Text Domain: generatepress-child
*/



/* تعریف فونت وزیر */
@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazirmatn-UI-FD-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazirmatn-UI-FD-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazirmatn-UI-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* اعمال سراسری به کل سایت */
html, body, p, a, h1, h2, h3, h4, h5, h6, span, div, input, button, textarea {
    font-family: 'Vazirmatn', sans-serif !important;
}
