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

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