@property --main-color {
    syntax: "<color>";
    initial-value: #004899;
    inherits: false;
}

@property --input-border-color-active {
    syntax: "<color>";
    initial-value: red;
    inherits: false;
}

@property --main-background-color {
    syntax: "<color>";
    initial-value: #bbddff;
    inherits: false;
}

@property --table-row-color {
    syntax: "<color>";
    initial-value: #f2f2f2;
    inherits: false;
}

@property --image-border-color {
    syntax: "<color>";
    initial-value: #bbbbbb;
    inherits: false;
}