:root {
                    --accent-color: #51c4f5;
                    --accent-background-secondary: #e3effd;
                    --background-primary: #ffffff;
                    --background-secondary: #ffffff;
                    --text-primary: #222222;
                    --text-secondary: #222222;
                }

                html[data-theme="dark"] {
                  --accent-color: #0084ff;
                  --accent-background-secondary: #303030;
                  --background-primary: #222222;
                  --background-secondary: #303030;
                  --text-primary: #ffffff;
                  --text-secondary: #222222;
                }
/*Theme Start*/
:root {
--accent-color: #4285F4;
--accent-background-secondary: #EBF4FF;
--background-primary: #ffffff;
--background-secondary: #f8f9fa;
--text-primary: #222222;
--text-secondary: #ffffff;
}

html[data-theme="dark"] {
--accent-color: #6EA6FF;
--accent-background-secondary: #282C34;
--background-primary: #1e1e1e;
--background-secondary: #282C34;
--text-primary: #e8eaed;
--text-secondary: #ffffff;
}
/*Theme End*/
