/*
Theme Name: Impreza Child
Theme URI: https://www.yiyavr.com/
Description: Impreza 子主题，用于性能优化
Author: YIY
Author URI: https://www.yiyavr.com/
Template: Impreza
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: impreza-child
*/

/* =====================================================
   性能优化: 字体显示策略
   ===================================================== */

/* 为 Poppins 字体添加 font-display: swap */
@font-face {
    font-family: 'Poppins';
    font-display: swap;
    src: local('Poppins'), local('Poppins-Regular');
}

/* 为 FontAwesome 添加 font-display: swap */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-display: swap;
}

/* =====================================================
   性能优化: 为 Logo 图片设置固定尺寸，防止布局偏移
   ===================================================== */

header .w-text-h img,
header img[alt*="YIY"],
header img[alt*="Logo"],
.l-header img[src*="YIY-LOGO"] {
    width: 200px;
    height: auto;
    min-height: 60px;
    display: block;
}

/* 为其他关键图片预留空间，防止 CLS */
/* img[loading="lazy"] {
    background-color: #f5f5f500;
} */
