
        body {
            margin: 0;
            padding: 0;
            background-color: #ffffff;
            color: #1f2937;
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.6;
        }
        h1, h2, h3, h4, p, ul, li {
            margin: 0;
            padding: 0;
        }
        a { text-decoration: none; }
        .code-gradient-text {
            background: linear-gradient(90deg, #10b981, #2563eb);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        /* Override generic CMS title colors if they exist in the wrapper */
        .page-title, h1.title { color: #111827 !important; }
    