:root {
	--color-positive: #252c52; /* Submit button */
	--color-negative: #c8613d;
	--color-yellow: #c8c83d;
	--color-fg: #eff0e7; /* Font color and accents */
	--color-mg: #6666aa; /* Skip button, progress bar */
	--color-bg: #121212; /* Background color */
	--color-line: #bbbbff;; /* Line color for current guess box, top line, and song player lines */
	--color-shade: rgba(0, 0, 0, 0.1);
	--color-highlight: rgba(255, 255, 255, 0.05);
}