
        :root {
            --primary-color: #457722;
            --secondary-color: #cfffac;
            --accent-color: #fafafa;
            --background-theme: #457722;
            --background-theme-subtle: #7c9f5b21;
            --text-theme: #457722;
            --text-secondary: #cfffacbf;
            --text-muted: #aeaeae;
            --alert-border-color: #457722;
            --alert-bg-color: #cfffac;
            --border-color: #457722bf;
            --border-light-color: #e8ffd7bf;
            --button-bg-color: #457722;
            --button-text-color: #fdfdfd;
        }
        