/* ============================================
   TYPOGRAPHY OVERRIDES - The Unfinished Human
   ============================================ */

/* Match slider title and post title fonts with section titles */
.slider-title,
.slider-title a,
.post-title,
.post-title a {
    font-family: var(--font-serif) !important;
    font-weight: 300 !important;
}

/* Ensure consistency across all title elements */
h1.post-title,
h2.post-title,
h3.post-title,
h1.slider-title,
h2.slider-title,
h3.slider-title,
h1.post-title a,
h2.post-title a,
h3.post-title a,
h1.slider-title a,
h2.slider-title a,
h3.slider-title a {
    font-family: var(--font-serif) !important;
    font-weight: 300 !important;
}