
        :root {
            --primary-color: #018d50;
            --secondary-color: #ffffff;
            --accent-color: #fdfdfd;
            --background-theme: #018d50;
            --background-theme-subtle: #cce4d0;
            --text-theme: #018d50;
            --text-secondary: #018d50;
            --text-muted: #a1a1a1;
            --alert-border-color: #018d50;
            --alert-bg-color: #cce4d0;
            --border-color: #018d50;
            --border-light-color: #cce4d0;
            --button-bg-color: #018d50;
            --button-text-color: #ffffff;
        }
        