/*Theme Start*/
:root {
--accent-color: #3d4717;
--accent-background-secondary: #3d4717;
--background-primary: #ffffff;
--background-secondary: #3d4717;
--text-primary: #222222;
--text-secondary: #222222;
}

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