/**
 * Rezicraft color palette overrides.
 *
 * Applied when .rezicraft-palette--{slug} is on .rezicraft-resume or an ancestor wrapper.
 * Block editor: the iframe body is .editor-styles-wrapper and carries palette classes.
 * Applied to all templates including General.
 */

/* Blank (free default). */
.rezicraft-palette--blank.rezicraft-resume,
.rezicraft-palette--blank .rezicraft-resume,
body.rezicraft-public-resume-page .rezicraft-palette--blank.rezicraft-resume,
body.rezicraft-public-resume-page .rezicraft-palette--blank .rezicraft-resume,
body.rezicraft-public-resume-page.rezicraft-palette--blank .rezicraft-resume,
body.rezicraft-public-resume-page.rezicraft-palette--blank .rezicraft-public-document,
body.rezicraft-public-resume-page .rezicraft-public-document.rezicraft-palette--blank,
body.post-type-rezicraft_resume.editor-styles-wrapper.rezicraft-palette--blank {
	--rezicraft-text: #000000;
	--rezicraft-muted: #4b5563;
	--rezicraft-accent: #000000;
	--rezicraft-link: #000000;
	--rezicraft-rule: #e5e7eb;
	--rezicraft-border: #e5e7eb;
	--rezicraft-sidebar: #ffffff;
	background: #ffffff;
}
