:root {
        --primary: rgb(111, 111, 111);
            --primary-text: rgb(255, 255, 255);
            --accent: rgb(179, 157, 102);
            --accent-text: rgb(255, 255, 255);
                    --text-color: rgb(51, 51, 51);
            --item-card-bg: rgba(179, 157, 102, 0.8);
                            --page-bg-color: rgba(255, 255, 255, 0.2);
                            --nav-bg-color: rgba(255, 255, 255, 0.9);
            --nav-text-color: rgb(111, 111, 111);
            --nav-bg-size: contain;
                        --loading-bg-color: rgba(111, 111, 111, 0.72);
            --loading-text-color: rgb(179, 157, 102);
            --note-color: rgb(221, 53, 53);
    }

                

