/* font */

/* 노토산스 */
@font-face {
	font-family: 'NotoSans';
  font-style: normal;
	font-weight: 100;
  src:
  url('./fonts/NotoSans/NotoSansKR-Thin.otf') format('opentype'),
  url('./fonts/NotoSans/NotoSansKR-Thin.woff') format('font-woff'),
  url('./fonts/NotoSans/NotoSansKR-Thin.woff2') format('woff2');
}

@font-face {
	font-family: 'NotoSans';
  font-style: normal;
	font-weight: 300;
  src:
  url('./fonts/NotoSans/NotoSansKR-Light.otf') format('opentype'),
  url('./fonts/NotoSans/NotoSansKR-Light.woff') format('font-woff'),
  url('./fonts/NotoSans/NotoSansKR-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'NotoSans';
  font-style: normal;
	font-weight: 350;
  src:
  url('./fonts/NotoSans/NotoSansKR-DemiLight.otf') format('opentype'),
  url('./fonts/NotoSans/NotoSansKR-DemiLight.woff') format('font-woff'),
  url('./fonts/NotoSans/NotoSansKR-DemiLight.woff2') format('woff2');
}

@font-face {
	font-family: 'NotoSans';
  font-style: normal;
	font-weight: 400;
  src:
  url('./fonts/NotoSans/NotoSansKR-Regular.otf') format('opentype'),
  url('./fonts/NotoSans/NotoSansKR-Regular.woff') format('font-woff'),
  url('./fonts/NotoSans/NotoSansKR-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'NotoSans';
  font-style: normal;
	font-weight: 500;
  src:
  url('./fonts/NotoSans/NotoSansKR-Medium.otf') format('opentype'),
  url('./fonts/NotoSans/NotoSansKR-Medium.woff') format('font-woff'),
  url('./fonts/NotoSans/NotoSansKR-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'NotoSans';
  font-style: normal;
	font-weight: 700;
  src:
  url('./fonts/NotoSans/NotoSansKR-Bold.otf') format('opentype'),
  url('./fonts/NotoSans/NotoSansKR-Bold.woff') format('font-woff'),
  url('./fonts/NotoSans/NotoSansKR-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'NotoSans';
  font-style: normal;
	font-weight: 900;
  src:
  url('./fonts/NotoSans/NotoSansKR-Black.otf') format('opentype'),
  url('./fonts/NotoSans/NotoSansKR-Black.woff') format('font-woff'),
  url('./fonts/NotoSans/NotoSansKR-Black.woff2') format('woff2');
}


/* 에스코어드림 */
@font-face {
	font-family: 'SCDream';
  font-style: normal;
	font-weight: 100;
  src:
  url('./fonts/S-Core_Dream/SCDream1.otf') format('opentype');
}

@font-face {
	font-family: 'SCDream';
  font-style: normal;
	font-weight: 200;
  src:
  url('./fonts/S-Core_Dream/SCDream2.otf') format('opentype');
}

@font-face {
	font-family: 'SCDream';
  font-style: normal;
	font-weight: 300;
  src:
  url('./fonts/S-Core_Dream/SCDream3.otf') format('opentype');
}

@font-face {
	font-family: 'SCDream';
  font-style: normal;
	font-weight: 400;
  src:
  url('./fonts/S-Core_Dream/SCDream4.otf') format('opentype');
}

@font-face {
	font-family: 'SCDream';
  font-style: normal;
	font-weight: 500;
  src:
  url('./fonts/S-Core_Dream/SCDream5.otf') format('opentype');
}

@font-face {
	font-family: 'SCDream';
  font-style: normal;
	font-weight: 600;
  src:
  url('./fonts/S-Core_Dream/SCDream6.otf') format('opentype');
}

@font-face {
	font-family: 'SCDream';
  font-style: normal;
	font-weight: 700;
  src:
  url('./fonts/S-Core_Dream/SCDream7.otf') format('opentype');
}

@font-face {
	font-family: 'SCDream';
  font-style: normal;
	font-weight: 800;
  src:
  url('./fonts/S-Core_Dream/SCDream8.otf') format('opentype');
}

@font-face {
	font-family: 'SCDream';
  font-style: normal;
	font-weight: 900;
  src:
  url('./fonts/S-Core_Dream/SCDream9.otf') format('opentype');
}