
            :root{
                --background-color: #dcd6d6;
                --icons-color: #858585;

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

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

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

                --menu-background: #ccc7c7;
                --menu-text: #272525;

                --league-background: #ccc7c7;
                --league-primary-text: #272525;
                --league-secondary-text: #272525;

                --simulator-background: #ccc7c7;
                --simulator-text: #272525;

                --primary-button-background: #6234b7;
                --primary-button-text: #f0f2f5;
                --primary-button-border: #273238;

                --secondary-button-background: #0d0c0c;
                --secondary-button-text: #f4f0f0;
                --secondary-button-border: #273238;

                --sidebar-background: #333333;
                --sidebar-text: #d6d6d6;
            }
        