/* ============================================================
   ReFont — حزمة خطوط عربية من Google Fonts
   يتم اختيار الخط من: ReFont Settings
   ============================================================ */

/* استيراد حزمة الخطوط العربية من Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&family=Tajawal:wght@300;400;500;700&family=Cairo:wght@300;400;600;700&family=Almarai:wght@300;400;700&family=Changa:wght@300;400;600;700&family=El+Messiri:wght@400;600;700&family=Readex+Pro:wght@300;400;500;600&family=Noto+Kufi+Arabic:wght@300;400;600;700&family=Amiri:wght@400;700&family=Lateef&family=Reem+Kufi:wght@400;600;700&family=Markazi+Text:wght@400;600&display=swap');

/* متغيّر الخط الافتراضي (يُعاد تعريفه ديناميكياً من الإعدادات) */
:root {
  --refont-family: 'IBM Plex Sans Arabic';
  --refont-size: 14px;
}

/* تطبيق الخط على كامل واجهة Frappe/ERPNext */
body,
.form-control,
.btn,
input, select, textarea, button,
.navbar, .navbar-brand,
.sidebar, .standard-sidebar,
.page-head, .page-title, .title-text,
.widget, .widget-head, .widget-body,
table, .grid-body, .grid-heading-row,
.ql-editor, .ce-block,
.modal, .modal-title, .modal-body,
.menu-btn-group, .dropdown-menu,
.list-row, .list-row-col,
.control-label, .frappe-control,
.comment-input-wrapper, .form-section,
.section-head, .form-tab, .nav-link,
.awesomplete, .awesomplete > ul,
.datepicker, .msgprint,
.web-sidebar, .web-footer,
h1, h2, h3, h4, h5, h6, p, span, div, a, label, td, th {
  font-family: var(--refont-family), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* حجم الخط الأساسي (اختياري) */
body {
  font-size: var(--refont-size);
}
