/*
Theme Name: Astra Child
Description: This is a child theme for Astra Theme
Author: UX Themes
Template: astra
Version: 4.11.13
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* ===== 自定义 Didot 字体 ===== */
@font-face {
    font-family: 'DidotHTFM24'; /* 必须与 functions.php 中的键完全一致 */
    src: url('assets/fonts/Didot-HTF-M24-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ===== 自定义 Helvetica Light 字体 ===== */
@font-face {
    font-family: 'HelveticaLight'; /* 必须与 functions.php 中的键完全一致 */
    src: url('assets/fonts/Helvetica-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*************** 自定义字体 ***************/

/* Helvetica Compressed 字体 */
@font-face {
    font-family: 'HelveticaCompressed';
    src: url('assets/fonts/Helvetica-Compressed.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 可选：创建 CSS 类以便快速使用 */
.helvetica-compressed {
    font-family: 'HelveticaCompressed', Arial, sans-serif;
}