:root {
  --font_family: Roboto;
  --headline_font_family: Kalam;
  --spacing: 16;
  --font_size: 16px;
  --letter_spacing: 0em;
  --letter_spacing_headlines: -0.04em;
  --line_height: 1.75em;
  --line_height_headlines: 1.5em;
  --font_weight: 400;
  --font_weight_headlines: 700;
	--font_scale_headlines: 1.2;
  --font_weight_h1: 900;
  --font_weight_h2: 900;
  --font_weight_h3: 200;
	--color_text: #000000;
	--color_background_page: #ffffff;
	--color_main: #df002d;
}

/* Template */

:root {
	--color_main_brighter_1: #ff1443;
	--color_main_brighter_2: #ff476c;
	--color_main_brighter_3: #ff7a94;
	--color_main_creamy_1: #f8f5f6;
	--color_main_creamy_2: #f4eff0;
	--color_main_creamy_3: #eae0e2;
	--hero_opacity: 0.9}