        body {
            font-family: 'Montserrat', sans-serif;
            background-color: #111111;
            overflow-x: hidden;
        }
        .page-view {
            transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .page-view-hidden {
            display: none !important;
            opacity: 0;
            transform: translateY(20px);
        }
        .parallax-bg {
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        /* Custom dynamic scrollbar styling */
        ::-webkit-scrollbar { width: 6px; }
        ::-webkit-scrollbar-track { background: #111111; }
        ::-webkit-scrollbar-thumb { background: #CF0F0F; }