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

                --main-header-background: #eecd2b;
                --main-header-text: #0f0b0b;

                --menu-header-background: #eecd2b;
                --menu-header-text: #0f0b0b;

                --league-header-background: #eecd2b;
                --league-header-text: #0f0b0b;

                --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: #31373f;
                --primary-button-text: #ffffff;
                --primary-button-border: #273238;

                --secondary-button-background: #636363;
                --secondary-button-text: #121212;
                --secondary-button-border: #273238;

                --sidebar-background: #0d0d0c;
                --sidebar-text: #fdfcfc;
            }
        