@import url('https://fonts.googleapis.com/css?family=Noto+Kufi+Arabic&display=swap');
            
:root {
            --primary: rgb(43, 172, 226);
                --primary-text: rgb(255, 255, 255);
                --accent: rgb(43, 172, 226);
                --accent-text: rgb(255, 255, 255);
                        --text-color: rgb(35, 31, 32);
                --item-card-bg: rgb(43, 172, 226);
                --item-card-text: rgb(35, 31, 32);
                            --page-bg-color: rgba(255, 255, 255, 0.2);
                                --nav-bg-color: rgba(255, 255, 255, 0.9);
                --nav-text-color: rgb(35, 31, 32);
                                --loading-bg-color: rgba(255, 255, 255, 0.53);
                --loading-text-color: rgb(43, 172, 226);
                    --title-color: rgb(43, 172, 226);
                                                                }

            html[lang=ar] {
        font-family: "Noto Kufi Arabic", system-ui;
        }

        *[data-lang=ar] {
        font-family: "Noto Kufi Arabic", system-ui;
        }
            

