:root {
	--color-positive: #FFC947; /* Submit button */
	--color-negative: #c8613d;
	--color-yellow: #c8c83d;
	--color-fg: #eff0e7; /* Font color and accents */
	--color-mg: #185ADB; /* Skip button, progress bar */
	--color-bg: #060f1d; /* Background color */
	--color-line: #FEDDBE; /* 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);
}