
            :root{
                --background-color: #adadad;
                --icons-color: ;

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

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

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

                --menu-background: #d6d6d6;
                --menu-text: #000000;

                --league-background: #d6d6d6;
                --league-primary-text: #000000;
                --league-secondary-text: #000000;

                --simulator-background: #d6d6d6;
                --simulator-text: #000000;

                --primary-button-background: #5c5c5c;
                --primary-button-text: #ffffff;
                --primary-button-border: #273238;

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

                --sidebar-background: #000000;
                --sidebar-text: #ffffff;
            }
        