
:root {	
	
	--chart-task-not-attempted: #ccc;
	--chart-task-total: #ecad00;
	--chart-task-pass: #44aa22;
	--chart-task-good: #bee7ab;
	--chart-task-decent: #ffecc3;
	--chart-task-poor: #d5a397;
	--chart-task-fail: #ab3737;
		
	/* define chart colors for single-series charts */
	--chart-gradebook-spread: var(--brand-color-medium-dark, #990099);
	--chart-history-recent-averages: var(--brand-color-medium-light, #ff00ff);
	
	/* define chart colors by metric */
	/* charts will load colors by name_key, then by id, then by order */
	/* --chart-metric-angle: #f00; */
	
	/* metric ids */
	/* --chart-metric-id-3: #ff0; */
	
	/* nth */
	--chart-metric-nth-0: #9e1f71;
	--chart-metric-nth-1: #fb5946;
	--chart-metric-nth-2: #001e5c;
	--chart-metric-nth-3: #ccaa64;
	--chart-metric-nth-4: #1b8701;
	--chart-metric-nth-5: #d9ff00;
	--chart-metric-nth-6: #07586b;
	--chart-metric-nth-7: #ff8e1c;
	--chart-metric-nth-8: #7a0096;
	--chart-metric-nth-9: #d62e62;
}