/* NanumSquare — 제공 굵기: 300(L), 400(R), 700(B), 800(EB) */
@font-face {
	font-family: 'NanumSquare';
	font-style: normal;
	font-weight: 300;
	src: url('NanumSquareL.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'NanumSquare';
	font-style: normal;
	font-weight: 400;
	src: url('NanumSquareR.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'NanumSquare';
	font-style: normal;
	font-weight: 700;
	src: url('NanumSquareB.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'NanumSquare';
	font-style: normal;
	font-weight: 800;
	src: url('NanumSquareEB.otf') format('opentype');
	font-display: swap;
}
