﻿@charset "UTF-8";

/* custom font setting from google font 
 * sans-serif
 */
/* alternative font for Helvetica */
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
/* alternative font for A Grotesk and DIN Condensed */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
/* alternative font for Futura */
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,400italic,300italic);
/* good quality sans-serif font */
@import url(https://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* serif
 * alternative font for Serifa */
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
/* alternative font for Didot */
@import url(https://fonts.googleapis.com/css?family=GFS+Didot:400);
/* alternative font for Bodoni */
@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);
/* alternative font for Trajan Pro */
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700,900);

/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 500;
   src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 700;
   src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 900;
   src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
 }

html, body, caption, th, input, textarea, select, option {
  font-family: Verdana, Asap, "Century Gothic", PingFang, Helvetica, Arial, "蘋方", "PingFang TC", "儷黑 Pro", "LiHei Pro Medium", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-SB", sans-serif;
  *font-family:"微軟正黑體";
} 

h1, h2, h3, h4, h5, .itemBox .subTitle {
  /* font-family: 'Montserrat', 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", sans-serif; */
  text-rendering: optimizelegibility;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #222222;
}
/*.date, .date-range, .tel, .en, .times, .numbers {
  font-family: 'Century Gothic', Verdana, Geneva, sans-serif;
}*/ 