@charset "utf-8";
/*Noto Sans TC*/
@font-face {
	font-family: "Noto Sans TC";
	src: local("Noto Sans TC"), /* 檢查本地是否有安裝 */
	url("../fonts/NotoSansTC-VariableFont_wght.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}