:root {
  --font_family: Inter Tight;
  --headline_font_family: Inter Tight;
  --spacing: 15;
  --font_size: 16px;
  --letter_spacing: 0.01em;
  --letter_spacing_headlines: -0.02em;
  --line_height: 1.75em;
  --line_height_headlines: 1.5em;
  --font_weight: 300;
  --font_weight_headlines: 700;
	--font_scale_headlines: 0.8;
  --font_weight_h1: 900;
  --font_weight_h2: 700;
  --font_weight_h3: 700;
	--color_text: #000000;
	--color_background_page: #ffffff;
	--color_main: #4d4d4d;
}

/* Template */

:root {
	--color_second: #000000;
	--color_main_brighter_1: #666666;
	--color_main_brighter_2: #7f7f7f;
	--color_main_brighter_3: #999999;
	--color_main_creamy_1: #f7f7f7;
	--color_main_creamy_2: #f2f2f2;
	--color_main_creamy_3: #e5e5e5;
}

