/* Estedad Thin (100) */
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Estedad Light (300) */
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Estedad Regular (400) — این وزن را نداریم، پس 400 را از Light استفاده می‌کنیم یا اگر فایل Regular داری جایگزین کن */
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Estedad Medium (500) */
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Estedad Bold (700) */
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Estedad Black (900) */
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* متن پایه سایت */
body {
  font-family: 'Estedad', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

/* تیترهای اصلی */
h1, h2, h3 {
  font-family: 'Estedad', sans-serif;
  font-weight: 900;
}

/* تیترهای متوسط */
h4, h5, h6 {
  font-family: 'Estedad', sans-serif;
  font-weight: 700;
}

/* متن پررنگ */
strong, b {
  font-family: 'Estedad', sans-serif;
  font-weight: 700;
}

/* دکمه‌ها */
button, input[type="submit"] {
  font-family: 'Estedad', sans-serif;
  font-weight: 500;
}
