<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *:not(.fa) { font-family: 'Open Sans', arial, 'microsoft jhenghei', sans-serif; } */
body { font-family: 'Open Sans', arial, 'microsoft jhenghei', sans-serif; }

.section__title { font-family: 'Leckerli One', 'Open Sans', arial, 'microsoft jhenghei', sans-serif; }
.section-2 .dessert__name { font-family: 'Leckerli One', 'Open Sans', arial, 'microsoft jhenghei', sans-serif; }

/* 
.header .header-text,
.header .header-text .title { text-align: center; }
.header .header-text .title { font-size: 64px; letter-spacing: 3px; font-family: 'Chela One', 'Open Sans', 'microsoft jhenghei', sans-serif; }
.header .header_list ul li {font-size: 20px;}
.header .header_list select {font-size: 20px;}
.main .item_list .item .name {font-size: 15px;}
.main .item_list .item .des {font-size: 15px;}
.main .item_list .item .duration {font-size: 14px;}
.footer .footer_list ul li {font-size: 15px;}
*/

@media screen and (max-width: 1100px) and (min-width: 768px) {
	/* 
	.header .header-text .title {
		font-size: calc(64 / 1100 * 100vw);
	}
	*/
}

@media screen and (max-width: 767px) {
	/* 
	.header .header-text .title { font-size: 45px; letter-spacing: normal; }
	*/
}


@media screen and (max-width: 480px){
	/*
	.header h1 {font-size: 19px; line-height: 22px;}
	*/
}
</pre></body></html>