/* 
Theme Name: RSS
Author: Surajit Kayal
Description: Custom WP Theme (Chinese)
*/

@font-face {
	font-family: 'FontBody';
	src: url('fonts/NotoSansTC-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontBodyLight';
	src: url('fonts/NotoSansTC-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontHead';
	src: url('fonts/NotoSansTC-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontHead2';
	src: url('fonts/NotoSansTC-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 15px;
	font-family: 'FontBodyLight';
    text-align: left;
}

p {
	line-height: 23px;
	text-align: justify;
}

h1, h2, h3 {
	font-family: 'FontHead';
}
h3, h4, h5, h6 {
	font-family: 'FontHead';
}
.panel-member h4 {
	font-size: 16px;
}
footer p {
  font-size: 13px !important;
  line-height: 26px !important;
  margin-bottom: 0;
}

/* ############################################### RESPONSIVE VIEW ###################################################### */
@media only screen and (max-width: 768px) {
	body {
		overflow-x: hidden !important;
    	width: 100% !important;
	}
	p, li {
		font-size: 15px !important;
    	line-height: 25px !important;
	}
}