:root {
  --font_family: Manrope;
  --headline_font_family: Manrope;
  --spacing: 30;
  --font_size: 14px;
  --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: #000000;
	--color_background_page: #ffffff;
	--color_main: #e0222a;
}

/* Template */

:root {
	--color_second: #e0222a;
	--color_main_brighter_1: #e65058;
	--color_main_brighter_2: #ec7d83;
	--color_main_brighter_3: #f2aaad;
	--color_main_creamy_1: #f8f5f5;
	--color_main_creamy_2: #f4efef;
	--color_main_creamy_3: #eae0e0;
}

