/* ================================================================
   TabibSoft Brand Colors — من اللوجو الجديد TS_Logo_Final.png
   ================================================================
   --blue-dark:  #1B2D6E  ← الكحلي الداكن (Tabib)
   --blue-light: #29ABE2  ← السماوي الفاتح (Soft)
*/

:root {
    /* ── الألوان الأساسية من اللوجو ── */
    --blue-dark:   #1B2D6E;   /* كحلي — Tabib */
    --blue-mid:    #1E3A8A;   /* وسط */
    --blue-light:  #29ABE2;   /* سماوي — Soft */
    --blue-pale:   #E8F5FC;
    --blue-50:     #EEF6FD;

    /* ── Backgrounds ── */
    --dark-950:    #05090f;
    --dark-900:    #080e1c;
    --dark-800:    #0d1628;

    /* ── Text & UI ── */
    --white:       #ffffff;
    --gray-50:     #F4F7FD;
    --gray-100:    #E8EEF9;
    --gray-200:    #C5D1EB;
    --gray-400:    #8096C4;
    --gray-600:    #4A5E8A;

    --font-disp:   'Noto Naskh Arabic', serif;
    --font-body:   'Noto Sans Arabic', sans-serif;
    --radius-full: 9999px;
    --radius-xl:   32px;
    --radius-lg:   20px;
    --radius-md:   12px;
    --transition:  .3s cubic-bezier(.4,0,.2,1);
}
