
        :root {
            --primary-color: #008a34;
            --secondary-color: #008a34bf;
            --accent-color: #fafafa;
            --background-theme: #008a34;
            --background-theme-subtle: #008a3466;
            --text-theme: #008a34;
            --text-secondary: #008a34bf;
            --text-muted: #aeaeae;
            --alert-border-color: #008a34bf;
            --alert-bg-color: #93ffba;
            --border-color: #008a34bf;
            --border-light-color: #9effc2bf;
            --button-bg-color: #008a34;
            --button-text-color: #fdfdfd;
        }
        