/*
 * Astra Child Theme – legacy-fallbacks.css
 * Author: Idaho Photo Studios
 * Version: 1.0.0 – Initial fallback visibility & overflow rules
 * Date:    2025-08-29 13:15 MDT | UTC-06:00
 * Manifest Tag: #mc/1.0.0
 */

/* Ensure content is visible before webfonts load */
body {
    visibility: visible !important;
    overflow-x: hidden !important;
}

/* Prevent horizontal overscroll on touch devices */
html,
body {
    overscroll-behavior-x: none;
}
