:root {
                    --accent-color: #fd6b0d;
                    --accent-background-secondary: #fd9e66;
                    --background-primary: #ffffff;
                    --background-secondary: #ffffff;
                    --text-primary: #222222;
                    --text-secondary: #222222;
                }

                html[data-theme="dark"] {
                  --accent-color: #fd6b0d;
                  --accent-background-secondary: #b3b3b5;
                  --background-primary: #222222;
                  --background-secondary: #303030;
                  --text-primary: #ffffff;
                  --text-secondary: #818285;