@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;
  font-display: swap;
}

/* تنظیمات کلی */
html, body {
  font-family: 'Estedad', sans-serif;
  font-weight: 400;
  direction: rtl;         /* برای راست‌چین شدن متن */
  text-align: right;      /* متن راست‌چین */
  line-height: 1.7;       /* خوانایی بهتر */
}

/* نیازی به تکرار نیست، ولی اگر خواستی خاص تنظیم کنی: */
h1, h2, h3, h4, h5, h6,
p, div, input, textarea,
th, tr, button, a {
  font-family: inherit;
  font-weight: inherit;
  text-align: right !important;
}