*{
	--theme_primary: #c6655a;
	--theme_primaryLight: #fcf8f7;
	--theme_background: #f6f0e9;
	--theme_cardBackground: #fff;
	--theme_cardBackgroundTransparent: rgba(255,255,255,0.9);
	--theme_textDark: #686868;
	--theme_textMid: #ccc;
	--theme_textLight: #a0a0a0;
	
	--home_unselected: url(../img/icons/home2.png);
	--home_selected: url(../img/icons/home3.png);
	--explore_unselected: url(../img/icons/explore2.png);
	--explore_selected: url(../img/icons/explore3.png);
	--insights_unselected: url(../img/icons/insights2.png);
	--insights_selected: url(../img/icons/insights3.png);
	--profile_unselected: url(../img/icons/profile2.png);
	--profile_selected: url(../img/icons/profile3.png);
	
	--insights_exercise_frame: url(../img/insights/exercise_frame_light.png);
	--insights_highlight_frame_blue: url(../img/insights/highlight_frame_blue_light.png);
	--insights_highlight_frame_grey: url(../img/insights/highlight_frame_gray_light.png);
	--insights_highlight_frame_green: url(../img/insights/highlight_frame_green_light.png);
	--insights_mostEffective_frame_gold: url(../img/insights/gold_frame_light.png);
	--insights_mostEffective_frame_silver: url(../img/insights/silver_frame_light.png);
	--insights_mostEffective_frame_bronze: url(../img/insights/bronze_frame_light.png);
	
	--bubbleTail_left: url(../img/bubbleTail_left.png);
	--bubbleTail_down: url(../img/bubbleTail_down.png);
	
	--premiumIcon: url(../img/profileSettings/premium.png);
	--liteIcon: url(../img/profileSettings/lite_light.png);
	--earlyAdopterIcon: url(../img/profileSettings/earlyAdopter.png);
}