/* Persian Font Face Definitions - فقط برای زبان فارسی */
/* استفاده از فونت‌های محلی موجود در /fonts/ فقط برای زبان فارسی */

/* Vazirmatn Font - از فایل‌های محلی */
/* تعریف با نام PersianLocal برای استفاده در CSS های موجود */
@font-face {
  font-family: 'PersianLocal';
  src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'PersianLocal';
  src: url('/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PersianLocal';
  src: url('/fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* تعریف با نام Vazirmatn برای استفاده در CSS variables */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* تعریف برای وزن‌های دیگر */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Cairo Font - از فایل‌های محلی */
@font-face {
  font-family: 'PersianLocal';
  src: url('/fonts/Cairo/static/Cairo-Regular.ttf') format('truetype'),
       url('/fonts/Cairo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PersianLocal';
  src: url('/fonts/Cairo/static/Cairo-Medium.ttf') format('truetype'),
       url('/fonts/Cairo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PersianLocal';
  src: url('/fonts/Cairo/static/Cairo-SemiBold.ttf') format('truetype'),
       url('/fonts/Cairo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PersianLocal';
  src: url('/fonts/Cairo/static/Cairo-Bold.ttf') format('truetype'),
       url('/fonts/Cairo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PersianLocal';
  src: url('/fonts/Cairo/static/Cairo-ExtraBold.ttf') format('truetype'),
       url('/fonts/Cairo-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Apply Persian local fonts ONLY when language is Persian (fa) */
html[lang="fa"] .event-detail-page,
html[lang="fa"] .event-detail-page *,
html[lang="fa"] [class*="event-detail"],
html[lang="fa"] [class*="EventDetail"] {
  font-family: 'PersianLocal', 'Vazirmatn', 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Specific styles for event detail page sections - فقط فارسی */
html[lang="fa"] .event-detail-page h1,
html[lang="fa"] .event-detail-page h2,
html[lang="fa"] .event-detail-page h3,
html[lang="fa"] .event-detail-page h4,
html[lang="fa"] .event-detail-page h5,
html[lang="fa"] .event-detail-page h6 {
  font-family: 'PersianLocal', 'Vazirmatn', 'Cairo', sans-serif !important;
}

html[lang="fa"] .event-detail-page p,
html[lang="fa"] .event-detail-page span,
html[lang="fa"] .event-detail-page div,
html[lang="fa"] .event-detail-page a,
html[lang="fa"] .event-detail-page li {
  font-family: 'PersianLocal', 'Vazirmatn', 'Cairo', sans-serif !important;
}
