@property --Color-A {
    syntax: "<color>";
    inherits: false;
    initial-value: #392b51;
}
@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #100b21;
}
@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #301e51;
}
@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #705e91bb;
}
@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #604e81;
}
@property --Color-F {
    syntax: "<color>";
    inherits: false;
    initial-value: #49affe;
}
@property --Color-G {
    syntax: "<color>";
    inherits: false;
    initial-value: #ed9eff;
}
@property --Color-H {
    syntax: "<color>";
    inherits: false;
    initial-value: #503e71;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../assets/img/!nav/sky_texture.png");
}