/* Palette based on blue https://material.io/guidelines/style/color.html#color-color-palette */
:root {
	--dark-primary-color:#0D47A1;		/* Primary 700 */
	--default-primary-color:#1976D2;	/* Primary 500; Major theme elements */
	--light-primary-color:#BBDEFB;		/* Primary 100; alternate row backgrounds */
	--text-primary-color:#212121;		/* Typically Black or dark grey; most text */
	--text-secondary-color:#616161;		/* Dark to medium grey; quoted text/text in disabled elements */
	--text-invert-color:#FFF;			/* Primary 50; text over the primary or accent color */
	--dark-accent-color:#42A5F5;		/* Secondary 700 or A400; default button */
	--accent-color:#64B5F6;				/* Secondary 500 or A200; buttons/focus rings/progress bars */
	--light-accent-color:#BBDEFB;		/* Secondary 300 or A100 disabled buttons */
	--divider-color:#1A237E;			/* Typically black or dark grey; horizontal rules and table borders */
	--shadow-color:#4c4c4c;				/* Typically black or grey */
	
	--success-color:#388E3C;
	--error-color:#D32F2F;
}