/* ========================================================================
   Sello 共享字体声明 — 被 index.html / landing.html / login.html 共用
   ======================================================================== */
@font-face {
    font-family: 'Bruno Ace SC';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/static/fonts/Bruno-Ace-SC-400.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('/static/fonts/Inter-400.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: url('/static/fonts/Inter-500.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url('/static/fonts/Inter-600.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('/static/fonts/Inter-700.ttf') format('truetype');
}
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: url('/static/fonts/Space-Grotesk-500.ttf') format('truetype');
}
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url('/static/fonts/Space-Grotesk-600.ttf') format('truetype');
}
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('/static/fonts/Space-Grotesk-700.ttf') format('truetype');
}
