/**
 * Contains the override colours for the various colour theme templates
 */

body.page-template-green
{
	--featured-background: var(--wp--preset--color--green);
	--featured-highlight: var(--wp--preset--color--blue);
}

body.page-template-purple
{
	--featured-background: var(--wp--preset--color--purple);
	--featured-highlight: var(--wp--preset--color--blue);
}

body.page-template-light-blue
{
	--featured-background: var(--wp--preset--color--light-blue);
	--featured-highlight: var(--wp--preset--color--blue);
}

body.page-template-orange
{
	--featured-background: var(--wp--preset--color--orange);
	--featured-highlight: var(--wp--preset--color--blue);
}

body.page-template-bronze
{
	--featured-background: var(--wp--preset--color--bronze);
	--featured-highlight: var(--wp--preset--color--blue);
}

body.page-template-salmon
{
	--featured-background: var(--wp--preset--color--salmon);
	--featured-highlight: var(--wp--preset--color--blue);
}
