/* ============================================
   ABB Brand Fonts — Title Text Replacement
   Main title:  ABBvoice_WCNSG_Bd  (Bold)
   Sub title:   ABBvoice_WCNSG_Rg  (Regular)
   ============================================ */

@font-face {
    font-family: 'ABBvoice WCNSG Bd';
    src: url('../fonts/ABBvoice_WCNSG_Bd.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABBvoice WCNSG Rg';
    src: url('../fonts/ABBvoice_WCNSG_Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABBvoice WCNSG Lt';
    src: url('../fonts/ABBvoice_WCNSG_Lt.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABBvoiceDisplay SBd';
    src: url('../fonts/ABBvoiceDisplay_W_SBd.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ---- text-title: replaces <img> title images ---- */
.text-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-title .zh {
    font-family: 'ABBvoice WCNSG Bd', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 1.15;
    letter-spacing: 6px;
}

.text-title .en {
    font-family: 'ABBvoice WCNSG Rg', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 12px;
    margin-left: 0;
}

/* ============================================
   全站字体统一
   正文 (body)  ->  ABBvoice_WCNSG_Rg  (正常)
   标题 (title) ->  ABBvoice_WCNSG_Bd  (粗体)
   ============================================ */

/* 正文基准：所有页面文字默认使用 Rg */
body,
#wrap,
.container,
.c-txt,
.t-ind,
.footer,
.copyright,
.job-box,
.search-box select,
.page-content {
    font-family: 'ABBvoice WCNSG Rg', sans-serif;
}

/* 标题类统一使用 Bd 粗体 */
.sub-t,
.nsub-t,
.nsub-t2,
.j-title,
.img-item .sub-t {
    font-family: 'ABBvoice WCNSG Bd', sans-serif;
}

/* Logo 尺寸：导航栏 80px 高，Logo 缩放到合适大小 */
.logo img {
    height: 45px;
    width: auto;
    display: block;
}
