/* Noto Sans TC - Regular (400) */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/noto-sans-tc/NotoSansTC-Regular.woff2') format('woff2');
}

/* Noto Sans TC - Medium (500) */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/noto-sans-tc/NotoSansTC-Medium.woff2') format('woff2');
}

/* Noto Sans TC - Bold (700) */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/noto-sans-tc/NotoSansTC-Bold.woff2') format('woff2');
} 