:root {
  --font_family: Work Sans;
  --headline_font_family: Work Sans;
  --spacing: 16;
  --font_size: 16px;
  --letter_spacing: 0em;
  --letter_spacing_headlines: 0em;
  --line_height: 1.5em;
  --line_height_headlines: 1.5em;
  --font_weight: 300;
  --font_weight_headlines: 500;
	--font_scale_headlines: 1;
  --font_weight_h1: 500;
  --font_weight_h2: 700;
  --font_weight_h3: 500;
	--color_text: #00405c;
	--color_background_page: #ffffff;
	--color_main: #0089c4;
}

/* Template */

:root {
	--color_main_brighter_1: #00abf4;
	--color_main_brighter_2: #28beff;
	--color_main_brighter_3: #5bceff;
	--color_main_creamy_1: #f5f7f8;
	--color_main_creamy_2: #eff3f4;
	--color_main_creamy_3: #e0e7ea;

	--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: none;

	--logo__max_height: 3rem;
	--logo_footer__max_height: 1.5rem;
}