h1{
	font-family: 'Noto Sans KR';
	font-weight: 900;
	font-size: 3em;
	letter-spacing:-0.05em;
}
h2{
	font-family: 'Noto Sans KR';
	font-weight: 900;
	font-size: 2em;
	letter-spacing:-0.05em;
}
h3{
	font-family: 'Noto Sans KR';
	font-weight: 500;
	font-size: 2em;
	letter-spacing:-0.05em;
}
h4{
	font-family: 'Noto Sans KR';
	font-weight: 500;
	font-size: 1.5em;
	letter-spacing:-0.05em;
}
p{
	font-family: 'Noto Sans KR';
	font-weight: 300;
	font-size: 15px;
}
.theme-dark{
	color: #fff;
}

