/*
 * Skulltag — Kadence color overrides (ex-snippet 8).
 *
 * Forces Kadence palette variables to use our token vars so the parent
 * theme's site/content/entry wrappers paint with --bg / --ink instead
 * of the Kadence defaults.
 */

body.wp-child-theme-skulltag-child,
body.wp-child-theme-skulltag-child .site,
body.wp-child-theme-skulltag-child .site-container,
body.wp-child-theme-skulltag-child .content-area,
body.wp-child-theme-skulltag-child .site-content,
body.wp-child-theme-skulltag-child .entry-content,
body.wp-child-theme-skulltag-child .wp-site-blocks {
	background: var(--bg) !important;
	color: var(--ink) !important;
}
body.wp-child-theme-skulltag-child .entry-header,
body.wp-child-theme-skulltag-child .entry-content,
body.wp-child-theme-skulltag-child .site-main {
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
body.wp-child-theme-skulltag-child {
	--global-palette8: var(--bg) !important;
	--global-palette9: var(--bg-2) !important;
	--global-palette4: var(--ink) !important;
	--global-palette5: var(--ink-2) !important;
	--global-palette6: var(--ink-3) !important;
}
