:root {
    --text-color: rgb(173, 168, 162);
    --link-color: rgb(220, 211, 202);
    --link-color-hover: rgb(245, 49, 49);
    --table-header-color: rgb(220, 211, 202);
    --table-row-odd: rgb(38, 38, 38);
    --table-row-even: rgb(41, 41, 41);
    --input-background: rgb(39, 39, 39);
    --input-background-focus: rgb(46, 46, 46);
    --input-color: rgb(220, 211, 202);
    --paginate-background: rgb(39, 39, 39);
    --paginate-background-hover: rgb(43, 43, 43);
    --paginate-background-focus: rgb(36, 36, 36);
    --paginate-color: rgb(220, 211, 202);
    --paginate-color-disabled: rgb(137, 134, 132);
    --players-total-color: rgb(220, 211, 202);
    --selection-color: rgb(173, 168, 162);
    --selection-background: rgb(35, 35, 35);
    --scrollbar-background: rgb(37, 37, 37);
    --scrollbar-color: rgb(44, 44, 44);
}
