
        :root {
            --primary-color: #00a876;
            --secondary-color: #13ffb849;
            --accent-color: #fafafa;
            --background-theme: #00a876;
            --background-theme-subtle: #f0bf43ef;
            --text-theme: #00a876;
            --text-secondary: #13ffb848;
            --text-muted: #aeaeae;
            --alert-border-color: #00a876;
            --alert-bg-color: #dbfaf1;
            --border-color: #00a876;
            --border-light-color: #beffeb;
            --button-bg-color: #00a876;
            --button-text-color: #fdfdfd;
        }
        