/* @font-face {
  font-family: 'Estedad';
  src: url('assets/fonts/estedad/Estedad-Regular.woff2') format('woff2'),
  url('assets/fonts/estedad/Estedad-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

*,body,h1,h2,h3,h4,h5,h6,div,p,input,textarea,th,tr,button,a,div{
    font-family: 'Estedad', sans-serif;
    font-weight: 400; 
}
 */
/* ۱. معرفی وزن معمولی (Regular) */
@font-face {
    font-family: 'Pelak';
    src: url('assets/fonts/pelak/Pelak-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ۲. معرفی وزن متوسط (Medium) برای بخش‌های مهم‌تر */
@font-face {
    font-family: 'Pelak';
    src: url('assets/fonts/pelak/Pelak-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ۳. معرفی وزن ضخیم (Bold) برای تیترها */
@font-face {
    font-family: 'Pelak';
    src: url('assets/fonts/pelak/Pelak-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل سایت */
body, input, textarea, button, select {
    font-family: 'Pelak', Tahoma, Arial, sans-serif !important;
    font-weight: 400; /* وزن پیش‌فرض متن‌ها */
}

/* اعمال وزن ضخیم فقط به تیترها (برای اینکه یک‌اندازه و یک‌شکل نباشند) */
h1, h2, h3, h4, h5, h6, strong, b {
    font-family: 'Pelak', Tahoma, Arial, sans-serif !important;
    font-weight: 700; /* تیترها خودکار ضخیم می‌شوند */
}
