@property --Color-A {
    syntax: "<color>";
    inherits: false;
    initial-value: #2d3d51;
}
@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #0c2033;
}
@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #1e3551;
}
@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #5e7591bb;
}
@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #4e6581;
}
@property --Color-F {
    syntax: "<color>";
    inherits: false;
    initial-value: #49feb3;
}
@property --Color-G {
    syntax: "<color>";
    inherits: false;
    initial-value: #9e9eff;
}
@property --Color-H {
    syntax: "<color>";
    inherits: false;
    initial-value: #3e5571;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../assets/img/!nav/sky_texture.png");
}