@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 200;
  src: url("noto-sans-tc-v35-chinese-traditional_latin-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url("noto-sans-tc-v35-chinese-traditional_latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url("noto-sans-tc-v35-chinese-traditional_latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url("noto-sans-tc-v35-chinese-traditional_latin-900.woff2") format("woff2");
}


@font-face {
	font-display: swap;
	font-family: "Open Sans";
	src: local("Open Sans"), url("OpenSans-VariableFont_wdth,wght.ttf") format("truetype-variations");
	font-weight: 1 999;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	src: local("Open Sans"), url("OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations");
	font-weight: 1 999;
	font-style: italic;
}
/* normal|bold|bolder|lighter*/

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	src: local("Ubuntu"), url("Ubuntu-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	src: local("Ubuntu"), url("Ubuntu-Italic.ttf");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	src: local("Ubuntu"), url("Ubuntu-Medium.ttf");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	src: local("Ubuntu"), url("Ubuntu-MediumItalic.ttf");
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	src: local("Ubuntu"), url("Ubuntu-Bold.ttf");
	font-weight: bolder;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	src: local("Ubuntu"), url("Ubuntu-BoldItalic.ttf");
	font-weight: bolder;
	font-style: italic;
}
@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	src: local("xxxxx"), url("Ubuntu-Light.ttf");
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	src: local("Ubuntu"), url("Ubuntu-LightItalic.ttf");
	font-weight: lighter;
	font-style: italic;
}