
/* تحسينات بسيطة للواجهة */
body { font-feature-settings: "ss01"; }
.card { border-radius: 1rem; }
.btn, .form-control, .form-select, .badge { border-radius: .75rem; }

@font-face {
    font-family: 'notosansarabic-regular';
    src: url('../fonts/STC-Regular.ttf') format('truetype');
}

body {
    font-family: "notosansarabic-regular", sans-serif;
    font-size: 16px; /* اختر الحجم المناسب */
}