html:not(.style-scope) {

	--theme-color: #4a9ad3;
	--theme-color-light:#96c2e0;
	
	--icon-primary: var(--theme-color);
	--icon-secondary: #bbb;
	
}

html:not(.style-scope)[dark] {
	
	--theme-color: #2c5d81;
	--theme-color-light:#96c2e0;
	
	--icon-primary: #3d82b3;
	--icon-secondary: #bbb;
	
}