@font-face {
    font-family: "ae_AlArabiya";
    src: url("../fonts/ae_AlArabiya.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html[lang^="ar"] body,
:lang(ar) {
    font-family: "Inter", "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-icon,
.menu-icon {
    width: 1.1rem;
    height: 1.1rem;
    color: currentColor;
    flex-shrink: 0;
}

.management-menu a {
    display: flex;
    align-items: center;
}

.table-wrap {
    width: 100%;
}

.table-wrap table {
    width: 100%;
    table-layout: fixed;
}

[dir="rtl"] .table-heading {
    letter-spacing: normal !important;
}
