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

html[data-theme="dark"] {
--accent-color: #d40028;
--accent-background-secondary: #222222;
--background-primary: #222222;
--background-secondary: #303030;
--text-primary: #ffffff;
--text-secondary: #ffffff;
}
/*Theme End*/