/*

Theme Name: Teaching 2 (Art Center)

Author: Roman Jaster

Author URI: http://teaching.romanjaster.net

Template: teaching2

Description: Child theme of teaching 2 for art center

Version: 1.0

*/

:root {
	--header-bg: #B04736 !important;
	--header-title: #FFF0E8 !important;
	--content-bg: #EEE4DF !important;
	--post-bg: #fff !important;
	--post-header-bg: #B04736 !important;
	--post-header-title: #FFF !important;
	--post-header-date: #fff !important;
	--post-text: #444853 !important;
	
	@media (prefers-color-scheme: dark) {
		--header-bg: #B04736  !important;
		--header-title: #FFF0E8 !important;
		--content-bg: #141110 !important;
		--post-bg: #2d2727 !important;
		--post-header-bg: #B04736 !important;
		--post-header-title: #FFF !important;
		--post-header-date: #fff !important;
		--post-text: #e7e8eb !important;
	}
}