:root {
    --app-bg: #edf4f2;
    --panel-bg: #ffffff;
    --group-border: #c8d8d4;
    --input-bg: #ffffff;
    --input-border: #a8bab6;
    --button-bg: #123d47;
    --button-hover: #1b5664;
    --button-active: #79b68d;
    --button-border: #0b2d35;
    --primary-text: #082b33;
    --secondary-text: #526b6e;
    --disabled-text: #8b9a9c;
    --table-header: #e4eeeb;
    --table-row: #ffffff;
    --branch-blue: #79b68d;
}
