/* Custom styles for toggling between Internal and Client views */
        .view-internal .client-only { display: none; }
        .view-client .internal-only { display: none; }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            scroll-behavior: smooth;
        }