@property --Color-A {
    syntax: "<color>";
    inherits: false;
    initial-value: #51512d;
}
@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #33300c;
}
@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #51511e;
}
@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #91915ebb;
}
@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #81814e;
}
@property --Color-F {
    syntax: "<color>";
    inherits: false;
    initial-value: #fe6a49;
}
@property --Color-G {
    syntax: "<color>";
    inherits: false;
    initial-value: #caff9e;
}
@property --Color-H {
    syntax: "<color>";
    inherits: false;
    initial-value: #71713e;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../assets/img/!nav/sky_texture.jpg");
}