:root {
  --primary_background: #fff;
  --section_background: #f0f0f0;
  --border_background: #999999;
  --theme_main: #f9ca00;

  --dots_color: #3482bc;
  --theme_selected_dark: #ea7c0d;
  --theme_selected_light: #ffd17b;
  --theme_unselected_light: #fcf6d5;
  --theme_highlight_foreground: #ffffff;

  --primary_font_color: #121010;
  --second_font_color: #707070;
  --theme_warning_validation_border: #ff6060;
}
