div.content_container p, li
{
	font: var(--system_font); 
	line-height: var(--system_line_height); 
	color: var(--system_main_color);
}

div.content_container h1, div.content_container h2
{
	font: var(--header_font_h2); 
	line-height: var(--system_line_height); 
	color: var(--system_gray);
}

div.content_container h1
{
	font-size: var(--system_font_size_xl);
}