/**
 * تخفيف أوزان Alexandria — الخط أثقل بصرياً من Cairo عند نفس font-weight.
 * يُحمَّل آخراً في _Layout (بعد كل CSS) ليطبّق على الفواتير أيضاً.
 */
html {
    font-weight: 400;
    font-synthesis: none;
    font-size: 14px; /* Alexandria أكبر بصرياً — 15px → 14px */
}

body,
input,
select,
textarea {
    font-weight: 400;
}

label,
.form-group label,
.text-caption,
.table td,
.nav-dropdown__item {
    font-weight: 500;
}

.btn,
button,
.topbar .nav > a,
.nav-toggle {
    font-weight: 550;
}

th,
.table thead th,
.tile-label,
.stat-label {
    font-weight: 550;
}

strong,
b,
.font-weight-bold {
    font-weight: 600;
}

.page-title,
h1,
.h1 {
    font-weight: 650;
}

h2,
.h2,
h3,
.h3,
.modal-header,
.card-header,
.topbar .brand {
    font-weight: 600;
}

/* ── فاتورة البيع v2 ─────────────────────────────────────────────────────── */
.sale-invoice-v2,
.purchase-invoice-v2,
.sale-return-invoice-v2,
.purchase-return-invoice-v2,
.quotation-invoice-v2 {
    font-weight: 400;
}

.sale-invoice-v2 .sale-v2-act,
.purchase-invoice-v2 .sale-v2-act {
    font-weight: 600;
}

.sale-invoice-v2 .sale-v2-act__fn,
.sale-invoice-v2 .sale-v2-hdr__lbl,
.sale-invoice-v2 .sale-v2-sum__lbl,
.sale-invoice-v2 .sale-v2-foot__lbl,
.purchase-invoice-v2 .sale-v2-act__fn {
    font-weight: 500;
}

.sale-invoice-v2 .sale-v2-hdr__title,
.sale-invoice-v2 .sale-v2-sum__title,
.sale-invoice-v2 .sale-v2-sum__val,
.sale-invoice-v2 .sale-v2-sum__grand,
.sale-invoice-v2 thead th,
.purchase-invoice-v2 thead th {
    font-weight: 600;
}

.sale-invoice-v2 .sale-v2-sum__grand-val,
.sale-invoice-v2 .sale-v2-hdr__inv-no {
    font-weight: 650;
}

/* ── شريط علوي / تنقل ───────────────────────────────────────────────────── */
.topbar,
.main-nav > a,
.nav-dropdown__trigger {
    font-weight: 550;
}

.topnav a,
.topnav-group-trigger,
.topnav-link,
.topnav a.topnav-link {
    font-size: 0.95rem !important; /* ~11.4px — أصغر من 0.9rem */
    font-weight: 500 !important;
    padding: 7px 10px !important;
}

.topbar .brand,
.topbar .brand-name {
    font-size: 1.0625rem;
    font-weight: 700;
}

.topbar .topnav .topnav-icon {
    width: 16px;
    height: 16px;
}

.topbar .topnav-caret {
    font-size: 0.62rem;
}

.topbar .user-menu-tenant {
    font-size: 0.8125rem;
    font-weight: 500;
}

/* ── لوحة التحكم ─────────────────────────────────────────────────────────── */
.tile-value {
    font-weight: 650;
}

.tile-sub {
    font-weight: 500;
}
