@font-face {
    font-family: 'Vazirmatn';
    src: url('./Vazirmatn-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


/* ========================================
   فونت عمومی سایت
======================================== */

html,
body,
body p,
body a,
body li,
body label,
body table,
body th,
body td,
body blockquote,
body strong,
body b,
body small,
body address,
body figcaption,
body button,
body input,
body select,
body textarea,
body option {
    font-family: 'Vazirmatn', sans-serif !important;
}


/* تیترها */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Vazirmatn', sans-serif !important;
    font-weight: 700;
    line-height: 1.8;
}


/* دکمه‌ها */
body .button,
body .btn,
body input[type="submit"],
body input[type="button"],
body input[type="reset"] {
    font-family: 'Vazirmatn', sans-serif !important;
}


/* منوها */
body .menu,
body .menu a,
body .main-menu,
body .main-menu a,
body .nav-menu,
body .nav-menu a,
body .elementor-nav-menu,
body .elementor-nav-menu a {
    font-family: 'Vazirmatn', sans-serif !important;
}


/* المنتور */
body .elementor-widget-container,
body .elementor-heading-title,
body .elementor-button,
body .elementor-icon-list-text {
    font-family: 'Vazirmatn', sans-serif !important;
}


/* ووکامرس */
body.woocommerce,
body.woocommerce-page,
body.woocommerce .product,
body.woocommerce .product a,
body.woocommerce .product button,
body.woocommerce .product .button,
body .woocommerce-message,
body .woocommerce-info,
body .woocommerce-error {
    font-family: 'Vazirmatn', sans-serif !important;
}


/* متن مقاله */
.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content li,
.single-post .entry-content blockquote {
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 2.25;
}


/* تیترهای مقاله */
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    font-family: 'Vazirmatn', sans-serif !important;
    font-weight: 700;
    line-height: 1.8;
}


/* ========================================
   حفظ فونت آیکون‌ها
======================================== */

.dashicons {
    font-family: dashicons !important;
}

.fa,
.fas,
.fa-solid {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
}

.far,
.fa-regular {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 5 Brands", "Font Awesome 6 Brands" !important;
}