:root {

	--background-one:#fff;
	--background-two:#fff;
	--background-three:#f8f8f8;
	--background-four:#e6e3ff;

	--text-color:#05181A;
	--link-color:#000000;
	--current-color:#ff009e;
	--warning-color:#ff009e;
	--inactive-color:#05181A;

	--white-filter:brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(331deg) brightness(102%) contrast(105%);

	--text-filter:brightness(0) saturate(100%) invert(7%) sepia(12%) saturate(2111%) hue-rotate(115deg) brightness(104%) contrast(96%);
	--link-filter:brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(7467%) hue-rotate(14deg) brightness(93%) contrast(106%);
	--current-filter:brightness(0) saturate(100%) invert(13%) sepia(88%) saturate(6858%) hue-rotate(316deg) brightness(105%) contrast(106%);
	--warning-filter:brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(5152%) hue-rotate(313deg) brightness(99%) contrast(111%);
	--inactive-filter:brightness(0) saturate(100%) invert(7%) sepia(11%) saturate(4794%) hue-rotate(117deg) brightness(95%) contrast(96%);

	--application-border-color:#dbdbdb;
	--grid-border-color:#dbdbdb;
	--panel-border-color:#dbdbdb;
	--dialog-border-color:#dbdbdb;

	--scrollbar-track-color:#f0f0f0;
	--scrollbar-thumb-color:#ff009e;
	--scrollbar-hover-color:#ff009e;

	--standard-button-background:#e0ff00;
	--standard-button-border:#abde01;
	--standard-button-text:#000000;

	--menu-button-background:#f9f9f9;
	--menu-button-border:#dbdbdb;
	--menu-button-text:#000000;
	--menu-button-filter:brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(140deg) brightness(97%) contrast(103%);

	--warning-button-background:#ffcdcc;
	--warning-button-border:#d89e9e;
	--warning-button-text:#000000;
	--warning-button-filter:brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(240deg) brightness(90%) contrast(96%);

	--creative-button-background:#ff009e;
	--creative-button-border:#ff009e;
	--creative-button-text:#fff;

	--keyword-button-background:#DBEBF6;
	--keyword-button-border:#dbdbdb;
	--keyword-button-text:#000000;

	--cancel-button-background:#ff009e;
	--cancel-button-border:#FC3CC0;
	--cancel-button-text:#000000;
}