/*-------------------------------------------
     文字設定區
-------------------------------------------*/

.font-noto{
	font-family: 'Noto Serif TC', serif;
	font-weight: normal;
	letter-spacing: 2px;
}
.cormorant-garamond{
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
  font-weight: <weight>;
	font-style: normal;
	text-transform: uppercase;
}
.cormorant-infant {
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;


  font-weight: <weight>;
	font-style: normal;
	text-transform: capitalize;
	font-weight: normal;
}
.item-color{
	font-size: 14px;
	color: #74918c;
}

.font-white{color: #ffffff;}
.font-grey{color: #bdc2c6;}
.font-greys{color: #999999;}
.font-black{
	color: #242424;
}
.font-ong{color: #f58440;}
.font-green{color: #476233;}
.font-red{color: #FF0000;}
.store-gcolor{color: #305752;}
.store-rcolor{color: #8c3426;}
.brown-rcolor{color: #2f0a00;}
.coffee-rcolor{color: #ceaf91;}
.coffees-rcolor{color: #996600;}
.gold-color{color: #a07a5f;}
.text-show{text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);}
.text-j{text-align: justify; }
.font-e{opacity: 0.6}
.box-gcolor{
	background-color: #305752;
}
.box-rcolor{
	background-color: #8c3426;
}
