/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: lumeris
 * source-version: 0.1.6
 * target-version: 0.1.7
 * scope: single WordPress posts only; desktop widths only
 * policy: <40px keep, 40-55.99px reduce 20%, >=56px reduce 30%
 */

@media (min-width: 1096px) {
    body.single-post.lumeris-theme .single-article .entry-title {
        font-size: clamp(1.68rem, 2.92vw, 2.76rem) !important;
    }
}
