:root {
    --text-color: rgb(160, 185, 150);
    --link-color: rgb(210, 220, 200);
    --link-color-hover: rgb(140, 170, 130);
    --table-header-color: rgb(170, 200, 160);
    --table-row-odd: rgb(14, 24, 14);
    --table-row-even: rgb(12, 20, 12);
    --input-background: rgb(16, 28, 16);
    --input-background-focus: rgb(20, 35, 20);
    --input-color: rgb(190, 210, 180);
    --paginate-background: rgb(16, 28, 16);
    --paginate-background-hover: rgb(22, 38, 22);
    --paginate-background-focus: rgb(12, 22, 12);
    --paginate-color: rgb(150, 180, 140);
    --paginate-color-disabled: rgb(70, 100, 70);
    --players-total-color: rgb(150, 180, 140);
    --selection-color: rgb(180, 210, 170);
    --selection-background: rgb(20, 36, 20);
    --scrollbar-background: rgb(12, 20, 12);
    --scrollbar-color: rgb(30, 50, 30);
    --tab-active-bg: rgb(18, 32, 18);
    --tab-active-border: rgba(80, 160, 80, 0.35);
    --tab-border: rgba(80, 160, 80, 0.20);
}
