@property --Color-A {
    syntax: "<color>";
    inherits: false;
    initial-value: #2b413b;
}

@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #3e716c;
}

@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #1e514c;
}

@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #69fe8a;
}

@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #bee1ff;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../assets/sky_texture.png");
}