/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2025 | 08:16:20 */
@font-face {
  font-family: 'Gandom';
  src: url('/wp-content/uploads/fonts/Gandom.woff2') format('woff2'),
       url('/wp-content/uploads/fonts/Gandom.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* اعمال فونت گندم به عناصر متنی عمومی */
body, p, a, li, input, textarea, button, label, span {
  font-family: 'Gandom', sans-serif;
}

/* تیترهای h1 تا h6 با فونت و سایز مشخص */
h1, article h1, section h1, aside h1, nav h1 {
  font-family: 'Gandom', sans-serif;
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1.3;
  color: #0a0a0a;
  margin-bottom: 0.5em;
}

h2, article h2, section h2 {
  font-family: 'Gandom', sans-serif;
  font-size: 1.75rem !important;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h3, article h3, section h3 {
  font-family: 'Gandom', sans-serif;
  font-size: 1.5rem !important;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h4, h5, h6 {
  font-family: 'Gandom', sans-serif;
  font-size: 1.25rem !important;
  font-weight: 600;
  margin-bottom: 0.4em;
}

/* سایزهای بزرگ‌تر برای دسکتاپ */
@media (min-width: 768px) {
  h1, article h1, section h1, aside h1, nav h1 {
    font-size: 2.5rem !important;
  }

  h2, article h2, section h2 {
    font-size: 2rem !important;
  }

  h3, article h3, section h3 {
    font-size: 1.75rem !important;
  }

  h4, h5, h6 {
    font-size: 1.5rem !important;
  }
}

/* جلوگیری از تغییر آیکون‌ها */
[class^="dashicons"],
[class*=" dashicons"],
.dashicons,
.wp-admin #wpadminbar *,
.wp-admin .dashicons-before:before {
  font-family: 'dashicons' !important;
}
