/*Theme Start - RMMI Customized*/
:root {
--accent-color: #cc0000;
--accent-background-secondary: #c9c9c9;
--background-primary: #fafafa;
--background-secondary: #c2c2c2;
--text-primary: #222222;
--text-secondary: #ffffff;
}

html[data-theme="dark"] {
--accent-color: #de5648;
--accent-background-secondary: #2e2e2e;
--background-primary: #4a4a4a;
--background-secondary: #787878;
--text-primary: #ffffff;
--text-secondary: #ffffff;
}
/*Theme End*/