:root {
  --font_family: Arial, sans-serif;
  --headline_font_family: Cabin;
  --spacing: 10;
  --font_size: 15px;
  --letter_spacing: 0em;
  --letter_spacing_headlines: -0.02em;
  --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: 300;
  --font_weight_h3: 700;
	--color_text: #000000;
	--color_background_page: #ffffff;
	--color_main: #000000;
}

/* Template */

:root {
	--color_main_brighter_1: #191919;
	--color_main_brighter_2: #333333;
	--color_main_brighter_3: #4c4c4c;
	--color_main_creamy_1: #f7f7f7;
	--color_main_creamy_2: #f2f2f2;
	--color_main_creamy_3: #e5e5e5;

	--header_background: #00a1e6;
	--footer_background: #57595b;
	--button_background: #dbe9f0;
	--button_foreground: #007db3;
	--column_background: #f4f5f6;
	--card_background: none;

	--logo__max_height: 3.5rem;
	--logo_footer__max_height: 2rem;
}