:root {
  --font_family: Roboto;
  --headline_font_family: Roboto;
  --spacing: 10;
  --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: 0.8;
  --font_weight_h1: 700;
  --font_weight_h2: 700;
  --font_weight_h3: 700;
	--color_text: #0d5a88;
	--color_background_page: #ffffff;
	--color_main: #004f80;
}

/* Template */

:root {
	--color_main_brighter_1: #086ba9;
	--color_main_brighter_2: #1c86c8;
	--color_main_brighter_3: #419dd6;
	--color_main_creamy_1: #f5f7f8;
	--color_main_creamy_2: #eff2f4;
	--color_main_creamy_3: #e0e6ea;
}