/* static/css/fonts.css */

/* --- Estedad (حروف/گلیف اصلی) --- */
@font-face { font-family:'Estedad'; src:url('/static/fonts/Estedad-Thin.ttf') format('truetype'); font-weight:100; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad'; src:url('/static/fonts/Estedad-ExtraLight.ttf') format('truetype'); font-weight:200; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad'; src:url('/static/fonts/Estedad-Light.ttf') format('truetype'); font-weight:300; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad'; src:url('/static/fonts/Estedad-Regular.ttf') format('truetype'); font-weight:400; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad'; src:url('/static/fonts/Estedad-Medium.ttf') format('truetype'); font-weight:500; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad'; src:url('/static/fonts/Estedad-SemiBold.ttf') format('truetype'); font-weight:600; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad'; src:url('/static/fonts/Estedad-Bold.ttf') format('truetype'); font-weight:700; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad'; src:url('/static/fonts/Estedad-ExtraBold.ttf') format('truetype'); font-weight:800; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad'; src:url('/static/fonts/Estedad-Black.ttf') format('truetype'); font-weight:900; font-style:normal; font-display:swap }

/* --- Estedad FD (Digits فارسی روی ASCII) --- */
@font-face { font-family:'Estedad FD'; src:url('/static/fonts/Estedad-FD-Thin.ttf') format('truetype'); font-weight:100; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad FD'; src:url('/static/fonts/Estedad-FD-ExtraLight.ttf') format('truetype'); font-weight:200; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad FD'; src:url('/static/fonts/Estedad-FD-Light.ttf') format('truetype'); font-weight:300; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad FD'; src:url('/static/fonts/Estedad-FD-Regular.ttf') format('truetype'); font-weight:400; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad FD'; src:url('/static/fonts/Estedad-FD-Medium.ttf') format('truetype'); font-weight:500; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad FD'; src:url('/static/fonts/Estedad-FD-SemiBold.ttf') format('truetype'); font-weight:600; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad FD'; src:url('/static/fonts/Estedad-FD-Bold.ttf') format('truetype'); font-weight:700; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad FD'; src:url('/static/fonts/Estedad-FD-ExtraBold.ttf') format('truetype'); font-weight:800; font-style:normal; font-display:swap }
@font-face { font-family:'Estedad FD'; src:url('/static/fonts/Estedad-FD-Black.ttf') format('truetype'); font-weight:900; font-style:normal; font-display:swap }

/* اولویت با FD تا همه‌ی رقم‌ها فارسی رندر شوند */
:root{
  --fa-font: 'Estedad FD','Estedad',Tahoma,sans-serif;
  --fa-num:  'Estedad FD','Estedad',Tahoma,sans-serif; /* یوتیلیتی مخصوص اعداد */
}

body{ font-family: var(--fa-font) }
