
  /* Content styling refinements */
  .prose {
    --tw-prose-headings: #0f172a; /* Slate 900 */
  }

  .dark .prose {
    --tw-prose-headings: #f8fafc; /* Slate 50 */
  }

  .prose h3 {
    background: linear-gradient(to right, #2563eb, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .prose strong,
  .prose b {
    color: #2563eb;
    font-weight: 900;
  }
