

/* ===== Extracted inline styles from HTML exports ===== */

body {
            font-family: 'Heebo', sans-serif;
        }.scrollbar-hide::-webkit-scrollbar {
            display: none;
        }
        .scrollbar-hide {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

body {
            font-family: 'Heebo', sans-serif;
        }
        .scrollbar-hide::-webkit-scrollbar {
            display: none;
        }
        .scrollbar-hide {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

body {
            font-family: 'Inter', sans-serif;
        }
        /* Custom scrollbar for sidebar */
        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }
        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

body { font-family: 'Inter', sans-serif; }

/* Custom scrollbar for better aesthetics */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #f1f1f1; 
        }
        ::-webkit-scrollbar-thumb {
            background: #c7c7c7; 
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8; 
        }


/* ===== WordPress Menu (Primary) ===== */
.primary-menu{list-style:none;padding:0;margin:0;}
.primary-menu li{list-style:none;margin:0;padding:0;}
.primary-menu a{text-decoration:none;}

.primary-menu a{font-weight:500;font-size:0.875rem;line-height:1.25rem;transition:color .2s ease;}
.primary-menu a:hover{color:#5807ca;}
