/* =========================
   Kalameh Font Faces
   ========================= */

@font-face {
  font-family: 'Kalameh';
  font-display: swap;
  src: url('fonts/KalamehWebFaNum-Regular.woff2') format('woff2'),
       url('fonts/KalamehWebFaNum-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Kalameh';
  font-display: swap;
  src: url('fonts/KalamehWebFaNum-Medium.woff2') format('woff2'),
       url('fonts/KalamehWebFaNum-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Kalameh';
  font-display: swap;
  src: url('fonts/KalamehWebFaNum-SemiBold.woff2') format('woff2'),
       url('fonts/KalamehWebFaNum-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* (اختیاری) اگر فایل Bold هم داری، این رو از حالت کامنت خارج کن
@font-face {
  font-family: 'Kalameh';
  font-display: swap;
  src: url('fonts/KalamehWebFaNum-Bold.woff2') format('woff2'),
       url('fonts/KalamehWebFaNum-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
*/

/* =========================
   Global Reset + Force Font
   ========================= */

*{
  list-style: none;
}

html, body{
  font-family: 'Kalameh' !important;
}

/* Force Kalameh everywhere (Elementor + theme + menus + widgets) */
html, body,
*,
p, span, a, li, ul, ol,
h1, h2, h3, h4, h5, h6,
button, input, textarea, select,
.elementor *, 
.elementor-widget-text-editor,
.cz_title_content *, 
.sf-menu > .cz > a > span,
.breadcrumbs, .breadcrumbs *{
  font-family: 'Kalameh' !important;
}

/* =========================
   Keep your custom styles
   (نمونه: Breadcrumbs)
   ========================= */

.breadcrumbs{
  color: #fff;
  background-color: rgb(162 28 28) !important;
  padding: 4px 26px 6px;
  border-style: solid;
  border-radius: 8px;
}

.breadcrumbs a, .breadcrumbs i{
  font-size: 12px;
  opacity: 1;
  color: #fff;
}

/* نمونه: فرم‌ها (اگر نیاز داری نگه دار) */
.elementor-388 .elementor-element.elementor-element-0351144 .cz_cf7 label{
  margin-left: 12px;
}