@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #bf8b3add;
}

@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #c70317;
}

@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #ff541c;
}

@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #ffd200;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../../assets/spanish_texture.png");
}