:root {
	--primary: #1b5181;
	--primary-hover: #133b5f;

	--white: #ffffff;
	--black: #000000;
	--lightblack: #222d32;
	--lightblackover: #353a3c;
	--graydark1: #e7e7e7;
	--saffron: #e38d13;
	--greylightblue: #ecf0f5;
	--nav-hoover: #495057;
	
	--btn-custom: #297bc3;
	--btn-custom-hover: #133b5f;

	--btn-report: #607d8b;
	--btn-report-hover: #415660;

	--btn-saffron: #e38d13;
	--btn-saffron-hover: #cd7800;

	--boot-primary: #0d6efd;
	--boot-warning: #ffc107;
	--boot-danger: #dc3545;
	--boot-info: #0dcaf0;
	--boot-success: #198754;

	--font-weight-400:400;
	--font-weight-500:500;
	--font-weight-600:600;
}


.text-primary{color: var(--boot-primary);}
