:root {
	/* 
	* this is primary color, applied on:
	* background, underline
	 */
	--primary: #262626;
	--primary-disabled: #262626;
	/*
	* this is secondary color, applied on:
	* text, border
	*/
	--secondary: #FEFEFF;
	--secondary-disabled: #FEFEFF;
	/*
	* this is third color, applied on:
	* button, 
	*/
	--third: #f1c40f;
	--third-disabled: #FFFE01;
	/*
	* other colors, used on random object.
	*/
	--o1: #FE652F;
	--o1-disabled: #008191;
}