<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--default_color: #041F3C;
	--line-height: 1.425;

	/* top bar */
	--topbar_color: #e9212e;
	/* end top bar */

	/* main menu */
	--mainmenu_color: #e9212e;
	--text_menu_desktop: #fff;
	--text_menu_desktop_hover: #ebe9e9;
	--text_menu_mobile: #041F3C;
	--text_menu_mobile_hover: #ebe9e9;
	/* end main menu */

	/* text color */
	--title_color: #27282c;
	--text_color: #041F3C;
	--text_hover_color: #e9212e;
	--text_price_color: #111;
	/* end text color */

	/* footer */
	--bg_footer_color: ;
	--text_link_footer_color: ;
	--bg_copyright_color: ;
	--text_copyright_color: ;
	/* end footer */

	/* btn */
	--btn_color: #e9212e;
	--btn_text_color: #ffffff;
	/* end btn */
}


</pre></body></html>