:root {
  --font_family: Roboto;
  --headline_font_family: Roboto Condensed;
  --spacing: 20;
  --font_size: 14px;
  --letter_spacing: 0em;
  --letter_spacing_headlines: -0.02em;
  --line_height: 1.5em;
  --line_height_headlines: 1.5em;
  --font_weight: 400;
  --font_weight_headlines: 300;
	--font_scale_headlines: 1.4;
  --font_weight_h1: 300;
  --font_weight_h2: 300;
  --font_weight_h3: 300;
	--color_text: #5a674c;
	--color_background_page: #ffffff;
	--color_main: #6bb011;
}

/* Template */

:root {
	--color_main_brighter_1: #87de16;
	--color_main_brighter_2: #9feb3c;
	--color_main_brighter_3: #b6f06a;
	--color_main_creamy_1: #f7f8f5;
	--color_main_creamy_2: #f2f4ef;
	--color_main_creamy_3: #e6eae0;
}