@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #7f395cdd;
}

@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #772a50;
}

@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #c74dff;
}

@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #ff93ad;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../../assets/sciprog_texture.png");
}