/* Theme Name:Divi-child 
Description: Description de mon thème enfant 
Author: Denis Nguyen
Author URI: https://scorpe.net/
Template: Divi 
Version: 1.0 */
/* ========================================
   MWS Performance - Reduce CLS from fonts
   ======================================== */

/* Font fallback with similar metrics to reduce CLS */
@font-face {
    font-family: 'Raleway-fallback';
    src: local('Arial');
    ascent-override: 95%;
    descent-override: 25%;
    line-gap-override: 0%;
    size-adjust: 105%;
}

/* Ensure all images have dimensions */
img:not([width]):not([height]) {
    aspect-ratio: attr(width) / attr(height);
}

/* Prevent layout shift on lazy-loaded images */
img[loading='lazy'] {
    min-height: 1px;
}
