@font-face {
    font-family: "Noto Sans TC";
    src: url("../fonts/noto-sans-tc-v39-chinese-traditional_latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans TC";
    src: url("../fonts/noto-sans-tc-v39-chinese-traditional_latin-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans TC";
    src: url("../fonts/noto-sans-tc-v39-chinese-traditional_latin-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans TC";
    src: url("../fonts/noto-sans-tc-v39-chinese-traditional_latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


html[lang="zh-Hant"] body,
body.lang-zh-hant {
    font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", sans-serif;
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] h4,
html[lang="zh-Hant"] h5,
html[lang="zh-Hant"] h6,
html[lang="zh-Hant"] .navbar,
html[lang="zh-Hant"] .btn {
    font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", sans-serif;
}


/* 16WON logo sizing override */
.dex_nav_manu .logo a.logo_img img,
.dex_nav_manu .logo a.main_sticky img {
    width: auto !important;
    height: auto !important;
    max-width: 180px !important;
    max-height: 80px !important;
    object-fit: contain;
}

/* Off-canvas / side navigation logo */
.nav-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 200px !important;
    max-height: 95px !important;
    object-fit: contain;
}

/* Footer logo */
.dex-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 180px !important;
    max-height: 85px !important;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .dex_nav_manu .logo a.logo_img img,
    .dex_nav_manu .logo a.main_sticky img {
        max-width: 150px !important;
        max-height: 70px !important;
    }
}
