
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
        body { font-family: 'Inter', sans-serif; }
        .prose-link { color: #2563eb; text-decoration: underline; text-underline-offset: 4px; }
        .prose-link:hover { color: #1e40af; }
    