@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    src: url("../iwov-resources/fonts/NotoSansTC-Light.otf") format("opentype")
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 500;
    src: url("../iwov-resources/fonts/NotoSansTC-Medium.woff2") format("woff2"),url("../iwov-resources/fonts/NotoSansTC-Medium.woff") format("woff"),url("../iwov-resources/fonts/NotoSansTC-Medium.otf") format("opentype")
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 600;
    src: url("../iwov-resources/fonts/NotoSansTC-Medium.woff2") format("woff2"),url("../iwov-resources/fonts/NotoSansTC-Medium.woff") format("woff"),url("../iwov-resources/fonts/NotoSansTC-Medium.otf") format("opentype")
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    src: url("../iwov-resources/fonts/NotoSansTC-Bold.woff2") format("woff2"),url("../iwov-resources/fonts/NotoSansTC-Bold.woff") format("woff"),url("../iwov-resources/fonts/NotoSansTC-Bold.otf") format("opentype")
}

html {
    font-size: 62.5%;
    line-height: normal
}

body {
    font-family: "Noto Sans TC", 'OpenSans', sans-serif;
    color: #2e2e2e;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem
}