:root {

	--background-one:#FFFFFF;
	--background-two:#cecfd0;
	--background-three:#ebebec;
	--background-four:#fcded2;

	--text-color:#000000;
	--link-color:#46848d;
	--current-color:#f15A22;
	--warning-color:#f12252;
	--inactive-color:#05181A;

	--white-filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(38%) hue-rotate(297deg) brightness(111%) contrast(111%);

	--text-filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(24%) hue-rotate(310deg) brightness(96%) contrast(104%);
	--link-filter:brightness(0) saturate(100%) invert(46%) sepia(47%) saturate(379%) hue-rotate(140deg) brightness(95%) contrast(90%);
	--current-filter:brightness(0) saturate(100%) invert(45%) sepia(49%) saturate(4160%) hue-rotate(349deg) brightness(99%) contrast(92%);
	--warning-filter:brightness(0) saturate(100%) invert(44%) sepia(100%) saturate(6529%) hue-rotate(336deg) brightness(99%) contrast(91%);
	--inactive-filter:brightness(0) saturate(100%) invert(6%) sepia(7%) saturate(6257%) hue-rotate(112deg) brightness(95%) contrast(96%);

	--application-border-color:#9D9FA2;
	--grid-border-color:#9D9FA2;
	--panel-border-color:#9D9FA2;
	--dialog-border-color:#9D9FA2;

	--scrollbar-track-color:#FFFFFF;
	--scrollbar-thumb-color:#9D9FA2;
	--scrollbar-hover-color:#58595B;

	--standard-button-background:#f15A22;
	--standard-button-border:#f15A22;
	--standard-button-text:#fdeee8;

	--menu-button-background:#f15A22;
	--menu-button-border:#f15A22;
	--menu-button-text:#FFFFFF;
	--menu-button-filter:brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7486%) hue-rotate(10deg) brightness(123%) contrast(101%);

	--warning-button-background:#fdeee8;
	--warning-button-border:#f15A22;
	--warning-button-text:#f15A22;
	--warning-button-filter:brightness(0) saturate(100%) invert(40%) sepia(69%) saturate(1253%) hue-rotate(345deg) brightness(97%) contrast(97%);

	--creative-button-background:#f15A22;
	--creative-button-border:#f15A22;
	--creative-button-text:#fdeee8;

	--keyword-button-background:#fdeee8;
	--keyword-button-border:#f15A22;
	--keyword-button-text:#f15A22;

	--cancel-button-background:#fdeee8;
	--cancel-button-border:#f15A22;
	--cancel-button-text:#f15A22;
}