
            :root{
                --background-color: #d6d6d6;
                --icons-color: #00b8f5;

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

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

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

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

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

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

                --primary-button-background: #00b8f5;
                --primary-button-text: #000000;
                --primary-button-border: #273238;

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

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