/*
Theme Name: Kadence Child
Description: Child theme of Kadence. Carries only what this project changes; the parent keeps the design and stays updatable.
Author: Yes
Author URI: https://yeswebdesignstudio.com/
Template: kadence
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Project styles go here. Loaded after the parent's, so these win. */

/* The page is light, and only light: a browser set to a dark theme leaves
   its colours as designed. The head says the same, earlier. */
:root {
	color-scheme: only light;
}
