@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #296b6fdd;
}

@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #0a5457;
}

@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #57ff61;
}

@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #7ebaff;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../../assets/linalg_texture.png");
}