/* Force correct typography for image captions to override reset.css */
figcaption.widget-image-caption-wp-caption-text,
figcaption.wp-caption-text,
.elementor-widget-theme-post-featured-image figcaption {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    color: #212121 !important;
    text-align: left !important;
}

/* Force landscape viewports to match portrait text scaling */
@media (max-width: 1024px) and (orientation: landscape) {
    body, html {
        font-size: 16px !important; 
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-size: inherit; 
    }
}
