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

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