@font-face {
	font-family: 'SEBANG_Gothic_Regular';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: 'SEBANG_Gothic_Regular';
	word-break: keep-all;
}

span.sky_blue {
    color: #03CFFD;
}
span.Orange {
    color: #ffc458;
}
span.Mint {
    color: #35e2c3;
}
span.Gray {
	color: #739aaf;
}
span.blue {
	color: #0099f7;
}
