@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #df5314dd;
}

@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #ff7334;
}

@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #ff4464;
}

@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #ffbd7e;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../../assets/rust_texture.png");
}