/* =====================================================================
   i-NIPT  •  Palette : แพทย์ (Doctor) — น้ำเงิน
   override เฉพาะตัวแปรสี โหลด "หลัง" theme-blue.css หรือ login-blue.css
   ===================================================================== */
:root {
    --nipt-primary:        #1b82ff;
    --nipt-primary-rgb:    27, 130, 255;
    --nipt-primary-dark:   #0a6fe0;
    --nipt-primary-darker: #0058d8;
    --nipt-cyan:           #4aa3ff;
    --nipt-cyan-rgb:       74, 163, 255;
    --nipt-deep:           #0047b3;
    --nipt-soft:           #e8f1ff;

    --nipt-grad-from:      #1b82ff;
    --nipt-grad-to:        #0058d8;
    --nipt-gradient:       linear-gradient(135deg, var(--nipt-grad-from) 0%, var(--nipt-grad-to) 100%);
}
