:root {
  --font_family: Raleway;
  --headline_font_family: Raleway;
  --spacing: 18;
  --font_size: 15px;
  --letter_spacing: 0em;
  --letter_spacing_headlines: 0em;
  --line_height: 1.25em;
  --line_height_headlines: 1.5em;
  --font_weight: 400;
  --font_weight_headlines: 700;
	--font_scale_headlines: 1;
  --font_weight_h1: 100;
  --font_weight_h2: 700;
  --font_weight_h3: 700;
	--color_text: #004a7f;
	--color_background_page: #ffffff;
	--color_main: #004a7f;
}

/* Template */

:root {
	--color_main_brighter_1: #0866a9;
	--color_main_brighter_2: #1c81c8;
	--color_main_brighter_3: #4198d6;
	--color_main_creamy_1: #f5f7f8;
	--color_main_creamy_2: #eff2f4;
	--color_main_creamy_3: #e0e6ea;

	--header_background: var(--color_background_page);
	--footer_background: var(--color_main_creamy_2);
	--button_background: var(--color_main);
	--button_foreground: var(--color_white);
	--column_background: none;
	--card_background: #eaeef1;
}