
/* Kendo Uses REM now and Boostrap 3 overrides HTML font-size as 10px for some reason, this puts it back */

:root {
	--kendo-color-border: #D5E7F1;
	--kendo-font-size: 14px;
}

html { 
	font-size: 1rem;
	
}
