/*
Theme Name: Durak WooCommerce Theme
Theme URI: http://wifidorbin.com
Author: ViraPeak Team
Author URI: http://virapeak.ir
Description: A Custom WooCommerce Theme Coded By ViraPeak Team.
Version: 1.0.3
Text Domain: WifiDorbin
*/

/* * تعریف فونت وزیر (Yekan Bakh)
 * مسیر فایل فونت نسبت به فایل style.css سنجیده می‌شود.
 */
@font-face {
font-display: swap;
    font-family: 'YekanBakh';
    src: url('assets/fonts/YekanBakhFaNum-VF.woff2') format('woff2'),
        url('assets/fonts/YekanBakhFaNum-VF.woff') format('woff');
    font-weight: 100 900;
    /* چون فونت وریبل (VF) است، تمام وزن‌ها را پشتیبانی می‌کند */
    font-style: normal;
    font-display: swap;
    /* برای لود سریع‌تر */
}

/* اعمال فونت روی کل سایت */
body {
    font-family: 'YekanBakh', sans-serif !important;
}

/* اعمال فونت روی هدینگ‌ها و دکمه‌ها برای اطمینان بیشتر */
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
select {
    font-family: 'YekanBakh', sans-serif !important;
}

img#logo {
    max-width: 194px;
}