
            :root{
                --background-color: #ebebeb;
                --icons-color: #eeeae7;

                --main-header-background: #092103;
                --main-header-text: #f5f4f4;

                --menu-header-background: #092103;
                --menu-header-text: #f5f4f4;

                --league-header-background: #092103;
                --league-header-text: #f5f4f4;

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

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

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

                --primary-button-background: #8abf6e;
                --primary-button-text: #000000;
                --primary-button-border: #273238;

                --secondary-button-background: #092103;
                --secondary-button-text: #fffcfa;
                --secondary-button-border: #273238;

                --sidebar-background: #092103;
                --sidebar-text: #f7f7f7;
            }
        