/**
 * IBM Plex Sans Arabic — global font for Ramom (Admin + Frontend)
 */
:root {
	--ramom-font-family: 'IBM Plex Sans Arabic', Arial, sans-serif;
}

html,
body {
	font-family: var(--ramom-font-family);
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6,
.panel-title,
.page-header h2 {
	font-weight: 700;
}

html[dir="rtl"],
html[dir="rtl"] body {
	font-family: var(--ramom-font-family) !important;
}

h1, h2, h3, h4, h5, h6,
p, a, li, span, label, small, strong,
input, textarea, select, button,
.btn, .form-control, .control-label,
.navbar, .sidebar-left, .nav-main,
.panel, .panel-title, .panel-heading, .panel-body,
.table, .table th, .table td,
.nav-tabs, .tab-content, .dropdown-menu,
.modal, .alert, .breadcrumb,
.sec-title, .main-heading1, .main-heading2, .main-heading3,
.select2-container, .pagination,
body.frontend-rtl, body.arabic-ui {
	font-family: var(--ramom-font-family);
}
