/* KNOT 品牌字体：标题 Cormorant Garamond（衬线）+ 正文 Manrope（无衬线）
   已本地化到 vendor/webfonts/，离线可用；均为可变字体，用区间声明覆盖全部字重 */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('../webfonts/cormorant-garamond.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300 700;
    font-display: swap;
    src: url('../webfonts/cormorant-garamond-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('../webfonts/manrope.woff2') format('woff2');
}
