/* LIGHT */
:root {
  --color_background: white;
  --color_background_alt: #363636;
  --color_text: 0, 0, 0;
  --color_text_alt: 255, 255, 255;
  --color_border: 185, 185, 185;
  --color_border_alt: 255, 255, 255;
  --color_highlight: 255, 190, 0;
  --color_helper: 85, 85, 85;
  --color_helper_alt: 220, 220, 220;
  --color_header: 29, 29, 29;
  --color_block: 240, 240, 240;
  --color_tech: 146, 225, 227;
  --color_tech_alt: 187, 253, 255;
  --color_show: 255, 255, 255;
  --color_setup: 235, 187, 255;
  --color_datetime: 255, 244, 176;
  --color_location: 207, 255, 191;
  --color_error: #ff4545;
}
