:root {
        --primary: rgb(193, 146, 6);
            --primary-text: rgb(255, 255, 255);
            --accent: rgb(193, 146, 6);
            --accent-text: rgb(255, 255, 255);
                        --item-card-bg: rgba(193, 146, 6, 0.7);
                    --categories-bar-bg: rgba(255, 255, 255, 0);
            --categories-bar-text: rgb(255, 255, 255);
            --page-bg-color: rgba(255, 255, 255, 0.2);
                            --nav-bg-color: rgba(255, 255, 255, 0.9);
            --nav-text-color: rgb(193, 146, 6);
                                --loading-text-color: rgb(193, 146, 6);
        }

        

