
        :root {
            --primary-color: #0daa37;
            --secondary-color: #d5d5d5bf;
            --accent-color: #ffffff;
            --background-theme: #0daa37;
            --background-theme-subtle: #74ff993a;
            --text-theme: #0daa37;
            --text-secondary: #ffffffbf;
            --text-muted: #aeaeae;
            --alert-border-color: #0daa37;
            --alert-bg-color: #ddffe6;
            --border-color: #0daa37bf;
            --border-light-color: #7dff9f;
            --button-bg-color: #0daa37;
            --button-text-color: #fdfdfd;
        }
        