
            :root{
                --background-color: #2c2c2c;
                --icons-color: #8d8602;

                --main-header-background: #333333;
                --main-header-text: #ffffff;

                --menu-header-background: #333333;
                --menu-header-text: #ffffff;

                --league-header-background: #333333;
                --league-header-text: #ffffff;

                --menu-background: #2c6f0e;
                --menu-text: #000000;

                --league-background: #2c6f0e;
                --league-primary-text: #000000;
                --league-secondary-text: #000000;

                --simulator-background: #2c6f0e;
                --simulator-text: #000000;

                --primary-button-background: #333333;
                --primary-button-text: #ffffff;
                --primary-button-border: #273238;

                --secondary-button-background: #f0bc00;
                --secondary-button-text: #ffffff;
                --secondary-button-border: #273238;

                --sidebar-background: #2c2c2c;
                --sidebar-text: #5c5c5c;

                --custom-layout-primary: #2c6f0e;
                --custom-layout-more: #2c2c2c;
                --custom-layout-header-primary: #2c0977;
                --custom-layout-header-secondary: #d40202;
                --custom-layout-text: #ffffff;
            }
        