

/* CSS カスタムプロパティ */
:root{
	--color_body_background: #F6F1F1;
	--color_main_background: #ffffff;
	--color_post_headline_2_text: #146C94;
	--color_customheader_discription_bg: rgba(0,0,0,0.5);
	--color_customheader_discription_text: white;
	--font_family_custom_header_text: serif;
}
