/* UNIFIED-FONT-SIZE v1 */
body, p, li, .entry-content p, .entry-content li, .post-content p, .post-content li {
    font-size: 17px !important;
    line-height: 1.65 !important;
}
h1, .entry-title, .post-title {
    font-size: 32px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}
h2, .entry-content h2, .post-content h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    margin-top: 1.5em !important;
}
h3, .entry-content h3, .post-content h3 {
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}
h4, .entry-content h4 {
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}
.entry-content table td, .entry-content table th,
.post-content table td, .post-content table th {
    font-size: 15.5px !important;
    line-height: 1.5 !important;
}
.faq-item summary, details.faq-item > summary {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}
.faq-item p, details.faq-item p {
    font-size: 15.5px !important;
    line-height: 1.6 !important;
}
@media (max-width: 640px) {
    body, p, li { font-size: 16.5px !important; }
    h1 { font-size: 26px !important; }
    h2 { font-size: 21px !important; }
    h3 { font-size: 18px !important; }
    .entry-content table td, .entry-content table th { font-size: 14.5px !important; }
}