@font-face {
	font-family: 'Gucci Sans Pro';
	font-weight: 400;
	src: url(./fonts/GucciSansPro-Book.woff2) format('woff2'), url(./fonts/GucciSansPro-Book.woff) format('woff'), url(./fonts/GucciSansPro-Book.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans TC';
	font-weight: 300;
	src: url(./fonts/NotoSansTC-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'Noto Sans TC';
	font-weight: 400;
	src: url(./fonts/NotoSansTC-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Noto Sans TC';
	font-weight: 500;
	src: url(./fonts/NotoSansTC-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'Noto Sans TC';
	font-weight: 700;
	src: url(./fonts/NotoSansTC-Bold.ttf) format('truetype');
}