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

@media (min-width: 1024px) and (max-width: 1399px) {
    body.single-post .ulmeris-article-header h1 {
        font-size: clamp(2rem, 3.2vw, 3.84rem) !important;
    }
}

@media (min-width: 1400px) {
    body.single-post .ulmeris-article-header h1 {
        font-size: clamp(1.75rem, 2.8vw, 3.36rem) !important;
    }
}
