/*Theme Start*/
:root {
--accent-color: #007FA3;
--accent-background-secondary: #007FA3;
--background-primary: #ffffff;
--background-secondary: #f8f9fa;
--text-primary: #000000;
--text-secondary: #000000;
}

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