/* 仅登录/顶栏常用字重；woff2-only，避免 fonts.css 对缺失 ttf/woff/eot 的级联请求 */
@font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url("../font/sf-pro-display_regular.woff2") format("woff2");
}
@font-face {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url("../font/sf-pro-display_semibold.woff2") format("woff2");
}
@font-face {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url("../font/sf-pro-text_regular.woff2") format("woff2");
}
@font-face {
    font-family: "SF Pro Icons";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url("../font/sf-pro-icons_regular.woff2") format("woff2");
}
@font-face {
    font-family: "SF Pro JP";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url("../font/SFProJP_regular.woff2") format("woff2");
}
