:root {

	--background-one:#FEFAE9;
	--background-two:#b2cbf9;
	--background-three:#ffffff;
	--background-four:#FEFAE9;

	--text-color:#05181A;
	--link-color:#05181A;
	--current-color:#85B8F6;
	--warning-color:#85B8F6;
	--inactive-color:#777777;

	--white-filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3%) hue-rotate(132deg) brightness(111%) contrast(101%);

	--text-filter:brightness(0) saturate(100%) invert(10%) sepia(25%) saturate(679%) hue-rotate(137deg) brightness(95%) contrast(105%);
	--link-filter:brightness(0) saturate(100%) invert(7%) sepia(4%) saturate(3873%) hue-rotate(117deg) brightness(88%) contrast(96%);
	--current-filter:brightness(0) saturate(100%) invert(74%) sepia(51%) saturate(1497%) hue-rotate(183deg) brightness(100%) contrast(94%);
	--warning-filter:brightness(0) saturate(100%) invert(72%) sepia(10%) saturate(1714%) hue-rotate(180deg) brightness(98%) contrast(97%);
	--inactive-filter:brightness(0) saturate(100%) invert(50%) sepia(4%) saturate(0%) hue-rotate(26deg) brightness(93%) contrast(87%);

	--application-border-color:#dfd0fa;
	--grid-border-color:#FCA3EA;
	--panel-border-color:#A4C5EE;
	--dialog-border-color:#85B8F6;

	--scrollbar-track-color:#FFFFFF;
	--scrollbar-thumb-color:#85B8F6;
	--scrollbar-hover-color:#A4C5EE;

	--standard-button-background:#FFFFFF;
	--standard-button-border:#A4C5EE;
	--standard-button-text:#05181A;

	--menu-button-background:#ffffff;
	--menu-button-border:#85B8F6;
	--menu-button-text:#05181A;
	--menu-button-filter:brightness(0) saturate(100%) invert(6%) sepia(7%) saturate(4576%) hue-rotate(114deg) brightness(97%) contrast(96%);

	--warning-button-background:#ffffff;
	--warning-button-border:#85B8F6;
	--warning-button-text:#05181A;
	--warning-button-filter:brightness(0) saturate(100%) invert(8%) sepia(44%) saturate(596%) hue-rotate(145deg) brightness(96%) contrast(99%);

	--creative-button-background:#ffffff;
	--creative-button-border:#05181A;
	--creative-button-text:#05181A;

	--keyword-button-background:#FFFFFF;
	--keyword-button-border:#BAB8B8;
	--keyword-button-text:#05181A;

	--cancel-button-background:#FFFFFF;
	--cancel-button-border:#777777;
	--cancel-button-text:#777777;
}