@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #2c6387dd;
}

@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #083863;
}

@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #466eff;
}

@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #96ffc7;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../../assets/comptheory_texture.png");
}