:root {
	--body: #1b1c27;
	--content: #252636;
	--header: #212230;
	--text: #c0caf5;
	--line: #414868;
	--highlight: #171721;
	--highlight_hour: #1e1f2c;
	--highlight_day: #222230;
	--image: #444663;
	--header: #171721;
	--compass: #30514e;

	--field_bg: #1f1f2c;
	--field_bg_hover: #2c2c3e;
	--field_bg_inactive: #1a1b26;
	--field_border: #414868;
	--field_border_hover: #4c547a;
	--field_border_inactive: #414868;
	--field_text: #c0caf5;
	--field_text_inactive: #777e98;

	--transparent_90: rgba(26, 27, 38, .1);
	--transparent_80: rgba(26, 27, 38, .2);
	--transparent_70: rgba(26, 27, 38, .3);
	--transparent_60: rgba(26, 27, 38, .4);
	--transparent_50: rgba(26, 27, 38, .5);
	--transparent_40: rgba(26, 27, 38, .6);
	--transparent_30: rgba(26, 27, 38, .7);
	--transparent_20: rgba(26, 27, 38, .8);
	--transparent_10: rgba(26, 27, 38, .9);

	--red: #f7768e;
	--green: #9ece6a;
	--blue: #7aa2f7;
	--purple: #bb9af7;
	--orange: #ff9e64;
	--yellow: #e0af68;
	--dark: #414868;
	--white: #ffffff;
	--grey: #858daa;

	--aqi_verygood: #1EFF99;
	--aqi_good: #3CE6B0;
	--aqi_moderate: #FFE066;
	--aqi_poor: #FF8C42;
	--aqi_verypoor: #FF4C4C;

	--rain: #ecf6fe;
	--snow: #80c7ea;
	--zero: #78e6ff;
	--day_bg: #20212f;
	--day: #5f7eab;
	--night: #313d47;
	--h_night: #222331;
	--h_day:   #4c507d;
	--h_text:  #c0caf5;
	--sunrise: #F2B36D;
	--sunset: #E07A5F;
	--chart: #646791;
	--chart_bg: #2a2b3d;

	--icon_select: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-selector" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgba(255,255,255,1)" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M8 9l4 -4l4 4"></path><path d="M16 15l-4 4l-4 -4"></path></svg>');
}