:root {
	--background-color: hsl(0, 0%, 12%);
	--lighter1-color: hsl(0, 0%, 20%);
	--lighter2-color: hsl(0, 0%, 22%);
	--lighter3-color: hsl(0, 0%, 24%);
	--lighter4-color: hsl(0, 0%, 26%);
	--darker0-color: hsl(0, 0%, 14%);
	--darker1-color: hsl(0, 0%, 10%);
	--darker2-color: hsl(0, 0%, 8%);
	--darker3-color: hsl(0, 0%, 6%);
	--separator-color: hsl(0, 0%, 14%);
	--seat-free-color: hsl(135, 55%, 25%);
	--seat-reserved-color: hsl(0, 54%, 16%);
	--seat-yours-color: hsl(0, 0%, 14%);
	--seat-hover-color: hsl(199, 56%, 36%);
	--font-color: white;
	--input-field-color: white;
	--input-text-color: black;
}