
            :root{
                --background-color: #000000;
                --icons-color: #ffffff;

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

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

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

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

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

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

                --primary-button-background: #0000ff;
                --primary-button-text: #ffffff;
                --primary-button-border: #273238;

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

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