:root {
    --primary-text: #50667D;
    --primary-white:#ffffff;
    --purple-light-1:#9F9EC9;
    --purple-light-2:#443C81;
    --purple-light-3:#EAE8FE;
    --purple-light-4:#F6F5FE;
    --purple-dark:#6022A6;
    --primery-blue:#1D5CB5;
    --primery-grey:#5A5A5A;
    --primery-grey-2:#AFBECE;
    --primary-black:#000000;
    --secondary-black:#120C3C;
    --primary-white-2:#D7D8DB;
    --border-grey:#00000029;
	
    --link-color:#6022A6; 
	--link-color-1:#005eb8; 
	--link-color-2:#007bff;
	
	--background-grey:#afafaf;	
	--button-grey-background-1:#a8a8a9;
	--button-grey-background-2:#32373c;
    --button-grey-background-3:#8b8b8b;
	--button-purple-background:#6022A6;
	--input-field-border-1:#000000;
	--input-field-border-2:#ffffff;
	--bold-grey-text:#706f6f;
	--heading-text:#095eb4;
    --background-dark-black-1:#151e2ae3;
    --background-dark-black-2:#141c28d6;
    --background-navyblue-1:#151e2a;
    --background-navyblue-2:#191d3a;
    --background-light-grey:#e3e3e3;
    --background-transparency-3per:#0000004d;
    --background-transparency-1per:#ffffff;
    --background-transparency-2per:#889292; 
    --text-color-blue:#12294a; 
    --background-transparency-5per:#0000004d;
    --background-light-black-2:#000000cc;
    --text-color-skyblue:#02b6e4;
    --text-color-darkgray:#4b4b4b; 
    --background-navyblue-3:#13294b;
    --background-navyblue-4:#123456; 
    --background-grey-trasnparent:#afafaf91;   
    --article-background-linear:#000057;



    
    /* GEHC New Color Codes 15th Nov 2024 */

    --gehc-purple-main:#6022A6;
    --gehc-purple-dark:#411771;
    --gehc-background-light:#F4F1F8;
    --gehc-black:#000000;
    --gehc-white:#FFFFFF;
    --gehc-primary-text:#222222;
    --gehc-secondary-text:#5B5B67;
    --gehc-background-light-gray:#C7C8CF;
}

