:root {
	--cursorDefault: url("../img/cursor_default.png") 2 2, default;
	--cursorPointer: url("../img/cursor_pointer.png") 8 2, pointer;
	--cursorText: url("../img/cursor_text.png") 14 14, text;
	--cursorHelp: url("../img/cursor_help.png") 2 2, help;
	--cursorForbidden: url("../img/cursor_forbidden.png") 14 14, no-drop;
}