/* eduma-child/rtl.css — Vazirmatn setup (clean + modern) */

@font-face {
  font-family: 'Vazirmatn';
  src: url('fonts/Vazirmatn-Regular.woff2') format('woff2'),
       url('fonts/Vazirmatn-Regular.woff') format('woff'),
       url('fonts/Vazirmatn-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('fonts/Vazirmatn-Medium.woff2') format('woff2'),
       url('fonts/Vazirmatn-Medium.woff') format('woff'),
       url('fonts/Vazirmatn-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('fonts/Vazirmatn-Bold.woff2') format('woff2'),
       url('fonts/Vazirmatn-Bold.woff') format('woff'),
       url('fonts/Vazirmatn-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Apply site-wide font and RTL direction */
html, body, p, a, li, span, button, input, textarea {
  font-family: 'Vazirmatn', Tahoma, 'Segoe UI', Arial, sans-serif;
  direction: rtl;
}

/* چک برای عناوین */
h1,h2,h3,h4 { font-family: 'Vazirmatn', sans-serif; font-weight: 700; }