/*Theme Start*/
:root {
--accent-color: #0046AD;
--accent-background-secondary: #E0E0E0;
--background-primary: #ffffff;
--background-secondary: #f8f9fa;
--text-primary: #222222;
--text-secondary: #ffffff;
}

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