:root {
    --text-color: rgb(33, 47, 61);
    --link-color: rgb(33, 47, 61);
    --link-color-hover: rgb(38, 91, 87);
    --table-header-color: rgb(33, 47, 61);
    --table-row-odd: rgb(22, 191, 180);
    --table-row-even: rgb(31, 144, 136);
    --input-background: rgb(22, 191, 180);
    --input-background-focus: rgb(33, 47, 61);
    --input-color: rgb(33, 47, 61);
    --paginate-background: rgb(33, 47, 61);
    --paginate-background-hover: rgb(22, 191, 180);
    --paginate-background-focus: rgb(22, 191, 180);
    --paginate-color: rgb(22, 191, 180);
    --paginate-color-disabled: rgb(22, 191, 180);
    --players-total-color: rgb(58, 58, 58);
    --selection-color: rgb(22, 191, 180);
    --selection-background: rgb(22, 191, 180);
    --scrollbar-background: rgb(22, 191, 180);
    --scrollbar-color: rgb(179, 179, 179);
}
