@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/noto_sans_tc_400.ttf) format('truetype');
}

body {
    font-family: 'Noto Sans TC', sans-serif;
}

/* header, nav */
@media (max-width: 991px) {
    .navbar-left {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .navbar-left h4 {
        font-size: 1rem;
        text-wrap: wrap !important;
    }
    .nav-link, .dropdown-item {
        text-align: left !important;
    }
}
.navbar-brand {
    font-variant-caps: small-caps;
}
.navbar-brand h4 {
    margin: 0;
}

.nav-link {
    text-transform: uppercase;
}

section > h3, header h3 {
    font-variant-caps: all-small-caps;
    margin: 0;
}

section > h3:last-of-type, header > h3:last-of-type {
    margin-bottom: 20px;
}

/* bi-lingual label */
nav .bilang {
    display: flex;
    text-align: center;
    align-items: center;
}

.bilang > p {
    width: 100%;
    margin: 0;
}
