@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');


<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap" rel="stylesheet">

.noto-sans-tc-<uniquifier> {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

#sp-top-bar {
	padding: 0px 0;
	background: #a8c41b !important;
	font-size: 14px !important;
	color: #000 !important;
}

#sp-footer, #sp-bottom {
	color: #BEBEBE !important;
	font-size: 16px !important;
}

/* 中文字型 */

a, p, li, div, span{
font-family: "Noto Sans TC", "微軟雅黑體", "Microsoft YaHei", 'Heiti TC','Heiti SC';
}


h1, h2, h3, h4, h5, h6{
font-family: "Noto Sans TC", "微軟雅黑體", "Microsoft YaHei", 'Heiti TC','Heiti SC';
}

