/*Theme Start*/
:root {
--accent-color: #0054a4;
--accent-background-secondary: #ff0000;
--background-primary: #ffffff;
--background-secondary: #00ff00;
--text-primary: #000000;
--text-secondary: #fbb040;
}

html[data-theme="dark"] {
--accent-color: #0054a4;
--accent-background-secondary: #ff0000;
--background-primary: #747d7d;
--background-secondary: #00ff00;
--text-primary: #ffffff;
--text-secondary: #fbb040;
}
/*Theme End*/