body {
            font-family: 'Noto Sans SC', sans-serif;
        }
        h1, h2, h3, h4, h5 {
            font-family: 'Noto Serif SC', serif;
        }
        .hover-lift:hover {
            transform: translateY(-5px);
            transition: transform 0.3s ease;
        }
        .gradient-bg {
            background: linear-gradient(135deg, #1d4ed8 0%, #0ea5e9 100%);
        }
        .flink {
            @apply inline-block px-4 py-2 bg-gray-100 text-gray-800 rounded-lg hover:bg-blue-100 hover:text-blue-700 transition-colors duration-200 border border-gray-300;
        }
        .article-content p {
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }
