/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

@property --myColor1 {
    syntax: '<color>';
    initial-value: #84B47C;
    inherits: false;
}

@property --myColor2 {
    syntax: '<color>';
    initial-value: #558B4B;
    inherits: false;
}