


.pkp_site_name .is_text {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.714rem !important; /* Default untuk desktop */
    font-weight: 700;
    line-height: 2.857rem;
    color: #ffd500 !important;
    text-decoration: none;
}



/* Tablet (<= 992px) */
@media (max-width: 992px) {
    .pkp_site_name .is_text {
        font-size: 1.4rem !important;
        line-height: 2.2rem;
    }
   
}

/* HP (<= 576px) */
@media (max-width: 576px) {
    .pkp_site_name .is_text {
        font-size: 1.1rem !important;
        line-height: 1.8rem;
    }
   
}


