@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');


body {

	font-family: 'Montserrat','Microsoft YaHei', 'Microsoft JhengHei', sans-serif;
	background-position:center top;									/*	background position	*/
	background-image: url(bg2.jpg);									/*	background source	*/
	background-attachment:fixed;									/*	background image fix or scroll	*/								
	background-repeat: repeat-x;
}


.main_font {
	
	line-height:normal;
	font-weight: normal;
}

.main_font1{
	
	font-family: 'Montserrat', sans-serif;
	line-height:1.5em;
}

.main_font3{
	
	font-family: 'Montserrat', sans-serif;
	line-height:1.5em;
	font-size:25px;
}