@property --Color-A {
    syntax: "<color>";
    inherits: false;
    initial-value: #512d31;
}
@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #330c13;
}
@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #511e23;
}
@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #915e63bb;
}
@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #814e53;
}
@property --Color-F {
    syntax: "<color>";
    inherits: false;
    initial-value: #fe49fe;
}
@property --Color-G {
    syntax: "<color>";
    inherits: false;
    initial-value: #ffb09e;
}
@property --Color-H {
    syntax: "<color>";
    inherits: false;
    initial-value: #713e43;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../assets/img/!nav/demon_texture.png");
}