:root {
        --primary: rgb(248, 182, 53);
            --primary-text: rgb(255, 255, 255);
            --accent: rgb(227, 32, 42);
            --accent-text: rgb(255, 255, 255);
                    --text-color: rgb(52, 51, 52);
            --item-card-bg: rgb(248, 182, 53);
            --item-card-text: rgb(52, 51, 52);
                        --page-bg-color: rgba(255, 255, 255, 0.3);
                            --nav-bg-color: rgba(255, 255, 255, 0.85);
            --nav-text-color: rgb(227, 32, 42);
                        --nav-bg-opacity: 0.01;
                --loading-text-color: rgb(227, 32, 42);
        }

    

