/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 06 2022 | 12:04:39 */
/* more information can be found here: 
https://essentials.pixfort.com/knowledge-base/essentials-color-system/ */

/* general colors setup can be found in theme settings here:
https://poppy-lou.jvh.software/wp-admin/admin.php?page=pixfort */

/* overwrite light values for every default main color value */

/* used for page backgrounds */
.bg-purple-light {
	background-color: #FDF5F9!important;
}

.bg-yellow-light {
	background-color: #FEFAF0!important;
}

.bg-orange-light {
	background-color: #FDF2EC!important;
}

/*
.bg-blue-light {
}

.bg-green-light {
}

.bg-cyan-light {
}

.bg-red-light {
}

.bg-brown-light {
}

.bg-primary-light {
}

.bg-secondary-light {
}

.bg-primary-gradient-light {
}
*/
