/*@import url("https://fonts.googleapis.com/css?family=Noto+Sans");*/
@import url("/style/notosans/notosans.css");

body {
	font-family: 'Noto Sans', sans-serif!important;
	font-weight: 500;
	height:100%!important;
	/* font-weight: 700; */
}

h1 {
	font-size: 160%;
	font-weight: bold;
	color: #555555;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
	font-size: 100%;
}
