/*
 Theme Name:   ANN Child Theme
 Theme URI:    https://ann.axiomthemes.com/
 Description:  ANN Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     ann
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  ann
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* --- اصلاح فونت کل سایت --- */
/* ===============================
   جایگزینی فونت MorabbaVF با IRANYekan
   =============================== */

/* تعریف فونت IRANYekan */
@font-face {
  font-family: 'IRANYekan';
  src: url('https://smartfullarch.com/wp-content/themes/ann/webfont/fonts/iranyekan/IRANYekanRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* اعمال فونت برای تمام عناصر سایت و override MorabbaVF */
html, body, * {
  font-family: 'IRANYekan', sans-serif !important;
}

/* اعمال ویژه برای المنتور و محتوا */
.entry-content,
.single-content,
.post-content,
.elementor-widget-text-editor,
.elementor-heading-title,
h1, h2, h3, h4, h5, h6,
p, li, blockquote {
  font-family: 'IRANYekan', sans-serif !important;
}
/* اعمال ویژه برای عنوان مقاله در صفحات داخلی */
.single-post .entry-title,
.single-post .post-title,
.single .post-title,
.single .entry-title,
.blog-details-title,
.article-title,
h1.entry-title,
h1.post-title {
  font-family: 'IRANYekan', sans-serif !important;
}
