
/* 自定义字体定义 - 通过functions.php生成 */

/* HelveticaCompressed 字体 */
@font-face {
    font-family: "HelveticaCompressed";
    src: url("https://coral-ape-308104.hostingersite.com/wp-content/themes/flatsome-child/assets/fonts/Helvetica-Compressed.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* HelveticaNeueLTStd 字体 */
@font-face {
    font-family: "HelveticaNeueLTStd";
    src: url("https://coral-ape-308104.hostingersite.com/wp-content/themes/flatsome-child/assets/fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 字体应用类 */
.helvetica-compressed {
    font-family: "HelveticaCompressed", Arial, sans-serif;
}

.helvetica-neue-lt-std {
    font-family: "HelveticaNeueLTStd", Arial, sans-serif;
}
