﻿body {
    font-family: 'Noto Kufi Arabic', Tahoma, Arial, sans-serif;
    font-size: 14px;
    direction: rtl; /* لو عايز اتجاه عربي */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

input, button, select, textarea, .form-control {
    font-family: 'Noto Kufi Arabic', sans-serif;
}
.myLabel {
    font-family: 'Noto Kufi Arabic';
    font-size: 14px;
    font-weight: bold;
}
.myLabel2 {
    font-family: 'Noto Kufi Arabic';
    font-size: 12px;
    font-weight: bold;
}
.myLabel3 {
    font-family: 'Noto Kufi Arabic';
    font-size: 11px;
    font-weight: bold;
}
.swal-title {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    font-size: 29px !important;
    font-weight: bold;
}
.swal-text,
.swal-confirm,
.swal-cancel {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    font-size: 14px !important;
    font-weight: bold;
}

