/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.7.3.1722865296
Updated: 2024-08-05 17:11:36

*/

@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazir.eot');
    src: url('fonts/Vazir.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir.woff2') format('woff2'),
         url('fonts/Vazir.woff') format('woff'),
         url('fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,h1,h2,h3,h4,h5,h6,p,button,p, a, span, div .elementor-counter-title {
	font-family: Vazir !important
}
/* تغییر فونت کلی صفحه لاگین به وزیر */
body.login {
    font-family: 'Vazir', sans-serif !important;
}

/* تغییر فونت عنوان لاگین */
.login h1 a {
    font-family: 'Vazir', sans-serif !important;
}

/* تغییر فونت فیلد‌های ورودی (موبایل، رمز عبور و ...) */
.login form input[type="text"],
.login form input[type="password"] {
    font-family: 'Vazir', sans-serif !important;
}

/* تغییر فونت دکمه لاگین */
.login .button.button-primary {
    font-family: 'Vazir', sans-serif !important;
}

/* تغییر فونت لینک‌ها (فراموشی رمز عبور و ساخت اکانت جدید) */
.login #nav a,
.login #backtoblog a {
    font-family: 'Vazir', sans-serif !important;
}
/* طراحی دکمه گزارش تخلف */
.youzify-report-button {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #ff4d4d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
}

.youzify-report-button:hover {
    background-color: #cc0000;
}

/* طراحی پیام تأیید */
.youzify-report-confirmation {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #4caf50;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}