  @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: #f1f1f1; }
        body::-webkit-scrollbar-thumb { background: #0d9488; border-radius: 4px; }
        body::-webkit-scrollbar-thumb:hover { background: #0f766e; }
        .modal-open { overflow: hidden; }