@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff2') format('woff2'),
    url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff') format('woff'),
    url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff2') format('woff2'),
    url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff') format('woff'),
    url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Bold.woff2') format('woff2'),
    url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Bold.woff') format('woff'),
    url('https://www.dbs.com.tw/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Bold.otf') format('opentype');
}
* {
  box-sizing: border-box;
}
html,
body {
  font-family: 'Noto Sans TC', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s ease-in;
  color: #2e2e2e;
  margin-top: 52px;
}
@media (min-width: 768px) {
  body {
    margin-top: 120px;
  }
}
/* Fixes issue with Safari's user agent stylesheet  */
@supports (-webkit-appearance: none) {
  input,
  button {
    margin: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
}
