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

                html[data-theme="dark"] {
                  --accent-color: #bd5554;
                  --accent-background-secondary: #bd5554;
                  --background-primary: #404040;
                  --background-secondary: #3d3d3d;
                  --text-primary: #ffffff;
                  --text-secondary: #222222;
                }