@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;500;700&display=swap');

@font-face {
	font-family: 'SCDream';
	font-weight: 100;
	src: url(../font/SCDream1.otf) format("otf");
}

@font-face {
	font-family: 'SCDream';
	font-weight: 200;
	src: url(../font/SCDream2.otf) format("otf");
}

@font-face {
	font-family: 'SCDream';
	font-weight: 300;
	src: url(../font/SCDream3.otf) format("otf");
}

@font-face {
	font-family: 'SCDream';
	font-weight: 400;
	src: url(../font/SCDream4.otf) format("otf");
}

@font-face {
	font-family: 'SCDream';
	font-weight: 500;
	src: url(../font/SCDream5.otf) format("otf");
}

@font-face {
	font-family: 'SCDream';
	font-weight: 600;
	src: url(../font/SCDream6.otf) format("otf");
}

@font-face {
	font-family: 'SCDream';
	font-weight: 700;
	src: url(../font/SCDream7.otf) format("otf");
}

@font-face {
	font-family: 'SCDream';
	font-weight: 800;
	src: url(../font/SCDream8.otf) format("otf");
}

@font-face {
	font-family: 'SCDream';
	font-weight: 900;
	src: url(../font/SCDream9.otf) format("otf");
}

body {
	font-family: 'SCDream', 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 16px;
}