/*
 * Main-site text color.
 * Links, buttons, navigation and footer colors remain controlled by the theme.
 */
body:not(.mkrt-page) #content {
	color: #000;
}

body:not(.mkrt-page) #content h1:not(.has-text-color),
body:not(.mkrt-page) #content h2:not(.has-text-color),
body:not(.mkrt-page) #content h3:not(.has-text-color),
body:not(.mkrt-page) #content h4:not(.has-text-color),
body:not(.mkrt-page) #content h5:not(.has-text-color),
body:not(.mkrt-page) #content h6:not(.has-text-color),
body:not(.mkrt-page) #content p:not(.has-text-color),
body:not(.mkrt-page) #content li:not(.has-text-color),
body:not(.mkrt-page) #content dt:not(.has-text-color),
body:not(.mkrt-page) #content dd:not(.has-text-color),
body:not(.mkrt-page) #content th:not(.has-text-color),
body:not(.mkrt-page) #content td:not(.has-text-color),
body:not(.mkrt-page) #content label:not(.has-text-color),
body:not(.mkrt-page) #content figcaption:not(.has-text-color) {
	color: #000 !important;
}
