body {
            background-color: #FAF8F5;
            color: #2D241E;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }
        
        .sanskrit-text {
            font-family: 'Noto Serif Devanagari', serif;
        }

        .heading-font {
            font-family: 'Cinzel', serif;
        }

        /* Subtle motif pattern overlay */
        .bg-motif {
            background-image: radial-gradient(#d97706 0.75px, transparent 0.75px), radial-gradient(#d97706 0.75px, #FAF8F5 0.75px);
            background-size: 30px 30px;
            background-position: 0 0, 15px 15px;
            background-opacity: 0.05;
        }

        /* Active Nav Link Styling */
        .nav-link.active {
            color: #b45309;
            font-weight: 700;
            border-bottom: 2px solid #b45309;
        }

        .mobile-nav-link.active {
            background-color: #fef3c7;
            color: #92400e;
            font-weight: 700;
        }

        /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #FAF8F5;
        }
        ::-webkit-scrollbar-thumb {
            background: #d97706;
            border-radius: 4px;
        }
