/*
Theme Name: Wpmedia Child
Template: wpmedia
Version: 1.0
Author: Mata Madura
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Source+Sans+3:wght@400;500;600&display=swap');

/* ===== FONT ARTIKEL GAYA MATAGEN ===== */
.entry-content-single {
    font-family: 'Source Sans 3', -apple-system, 'Segoe UI', sans-serif !important;
    font-size: 19px !important;
    line-height: 1.85 !important;
    color: #2b2b28 !important;
}

.entry-content-single p {
    margin-bottom: 1.3em !important;
    font-size: 19px !important;
    line-height: 1.85 !important;
}

/* Judul artikel — serif Playfair (gaya matagen) */
.entry-title,
.entry-title strong {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: 700 !important;
}

/* Perbesar font artikel di HP (layar ≤768px) */
@media (max-width: 768px) {
    .entry-content-single,
    .entry-content-single p {
        font-size: 18px !important;
        line-height: 1.8 !important;
    }
}
