
        :root {
            --primary-color: #ffb83a;
            --secondary-color: #ffffff;
            --accent-color: #ffffff;
            --background-theme: #ffb83a;
            --background-theme-subtle: #fef2e9;
            --text-theme: #ffb83a;
            --text-secondary: #fef2e9;
            --text-muted: #aeaeae;
            --alert-border-color: #f36f32;
            --alert-bg-color: #ffe7dd;
            --border-color: #f36f32;
            --border-light-color: #ffe7dd;
            --button-bg-color: #f36f32;
            --button-text-color: #ffffff;
        }
        