
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
        body { font-family: 'Inter', sans-serif; }
        /* Custom scrollbar for better aesthetics */
        body::-webkit-scrollbar { width: 8px; }
        body::-webkit-scrollbar-track { background: #fdf6e3; }
        body::-webkit-scrollbar-thumb { background: #38761d; border-radius: 4px; }
        body::-webkit-scrollbar-thumb:hover { background: #2e6616; }
        .modal-open { overflow: hidden; }
   