@charset "UTF-8";
/**
 * This file is created and overwritten automatically. All added styles will be deleted!
 * Write your CSS code in the CUSTOM.CSS file, not in this file!
 */
:root {
	--main_elem_base_color: #2d50a0;
	--main_elem_hover_color: #203666;
	--main_elem_text_color: #ffffff;
	--site_background: #ffffff;
	--site_border_color: #f5f5f5;
	--page_title_color: #171717;
	--page_title_light_color: #797a7c;
	--page_text_color: #606060;
	--page_text_light_color: #979797;
	--site_header_bg: #ffffff;
	--site_header_border_color: #f5f5f5;
	--site_header_text_color: #171717;
	--site_header_text_light_color: #797a7c;
	--site_footer_bg: #ffffff;
	--site_footer_border_color: #f5f5f5;
	--site_footer_text_color: #171717;
	--site_footer_text_light_color: #797a7c;
	--auxiliary_elem_bg: #f5f5f5;
	--auxiliary_elem_color: #525252;
	--font_family: "Open Sans";
	--header__font_weight: 500;
	--buttons__border_radius: 4px;
}
