/*
Theme Name: Azam B.Ed Custom Theme
Author: Azam IT
Description: Seamless integration with Azam B.Ed static site.
Version: 1.0
*/

.blog-content { font-family: 'Plus Jakarta Sans', sans-serif !important; }
.blog-header-title { font-family: 'Outfit', sans-serif !important; }
.blog-card-hover { transition: all 0.3s ease; }
.blog-card-hover:hover { transform: translateY(-6px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }

/* Scoped styling for clean link text */
.blog-header-title a, .blog-card-title a {
    color: #0f172a !important;
    text-decoration: underline !important;
    text-decoration-color: #0f172a !important;
}
.blog-header-title a:hover, .blog-card-title a:hover {
    color: #c9a84c !important; /* College Theme Accent */
    text-decoration-color: #c9a84c !important;
}
