:root {
--color-bg-body: #ffffff;
--color-text: black;
--color-text-link: #3b4895;
--color-header-1: #3b4895;
--color-header-2: #252e69;

--color-bg-primary: #3b4895;
--color-bg-primary-hover: #5e6bb8;
--color-text-primary: #eeeeee;
--color-text-primary-hover: #ffffff;
--color-header-primary: #ffffff;

--color-bg-secondary: #e8e8e8;
--color-bg-secondary-hover: #f3f5f9;
--color-text-secondary: black;
--color-text-secondary-hover: #3b4895;
--color-header-secondary: #3b4895;

--color-bg-tertiary: #ffffff;
--color-bg-tertiary-hover: #b7bad5;
--color-text-tertiary: black;
--color-text-tertiary-hover: #1f92e7;
--color-header-tertiary: #1f92e7;

--color-bg-quaternary: #f5f5f5;
--color-bg-quaternary-hover: #f8f8f8;
--color-text-quaternary: black;
--color-text-quaternary-hover: black;
--color-header-quaternary: #5e6bb8;

--color-bg-success: #009E4F;
--color-bg-success-hover: #00BD5E;
--color-text-success: #ffffff;
--color-text-success-hover: #ffffff;
	
--color-bg-danger: #E60067;
--color-bg-danger-hover: #D90062;
--color-text-danger: #ffffff;
--color-text-danger-hover: #ffffff;
	
--color-bg-warning: #FFEA00;
--color-bg-warning-hover: #EBD700;
--color-text-warning: #000000;
--color-text-warning-hover: #000000;
	
}