@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #7d0004ee;
}

@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #ed1f24;
}

@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #ff2db7;
}

@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #ff7c70;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../../assets/german_texture.png");
}