/* ============================================
   Nuxare Fonts — 共享字体声明
   仅包含页面实际使用的 3 款字体族
   ============================================ */

/* --- BricolageGrotesque (标题字体) --- */
@font-face {
    font-family: 'BricolageGrotesque';
    src: url('../fonts/BricolageGrotesque-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'BricolageGrotesque';
    src: url('../fonts/BricolageGrotesque-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

/* --- InstrumentSans (正文字体) --- */
@font-face {
    font-family: 'InstrumentSans';
    src: url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'InstrumentSans';
    src: url('../fonts/InstrumentSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

/* --- GeistMono (等宽字体) --- */
@font-face {
    font-family: 'GeistMono';
    src: url('../fonts/GeistMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'GeistMono';
    src: url('../fonts/GeistMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}