:root {
  --font_family: Seravek, Gill Sans Nova, Ubuntu, Calibri, DejaVu Sans, source-sans-pro, sans-serif;
  --headline_font_family: Handlee;
  --spacing: 15;
  --font_size: 15px;
  --letter_spacing: 0em;
  --letter_spacing_headlines: 0em;
  --line_height: 1.5em;
  --line_height_headlines: 1.5em;
  --font_weight: 400;
  --font_weight_headlines: 700;
	--font_scale_headlines: 1;
  --font_weight_h1: 700;
  --font_weight_h2: 700;
  --font_weight_h3: 700;
	--color_text: #3b3b3b;
	--color_background_page: #ffffff;
	--color_main: #47ab33;
}

/* Template */

:root {
	--color_main_brighter_1: #5fc94a;
	--color_main_brighter_2: #82d471;
	--color_main_brighter_3: #a4e098;
	--color_main_creamy_1: #f6f8f5;
	--color_main_creamy_2: #f0f4ef;
	--color_main_creamy_3: #e2eae0;
}