:root {
  --font_family: Open Sans;
  --headline_font_family: Open Sans;
  --spacing: 15;
  --font_size: 14px;
  --letter_spacing: 0em;
  --letter_spacing_headlines: -0.04em;
  --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: #502533;
	--color_background_page: #ffffff;
	--color_main: #984862;
}

/* Template */

:root {
	--color_main_brighter_1: #b35f7a;
	--color_main_brighter_2: #c48297;
	--color_main_brighter_3: #d4a4b3;
	--color_main_creamy_1: #f8f5f6;
	--color_main_creamy_2: #f4eff1;
	--color_main_creamy_3: #eae0e3;
}