/* font */

/* Pretendard */
@font-face {
	font-family: 'Pretendard';
  font-style: normal;
	font-weight: 100;
  src:
  url('../fonts/Pretendard/PretendardJP-Thin.otf') format('opentype'),
  url('../fonts/Pretendard/PretendardJP-Thin.woff') format('font-woff'),
  url('../fonts/Pretendard/PretendardJP-Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 200;
  src:
  url('../fonts/Pretendard/PretendardJP-ExtraLight.otf') format('opentype'),
  url('../fonts/Pretendard/PretendardJP-ExtraLight.woff') format('font-woff'),
  url('../fonts/Pretendard/PretendardJP-ExtraLight.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 300;
  src:
  url('../fonts/Pretendard/PretendardJP-Light.otf') format('opentype'),
  url('../fonts/Pretendard/PretendardJP-Light.woff') format('font-woff'),
  url('../fonts/Pretendard/PretendardJP-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  src:
  url('../fonts/Pretendard/PretendardJP-Regular.otf') format('opentype'),
  url('../fonts/Pretendard/PretendardJP-Regular.woff') format('font-woff'),
  url('../fonts/Pretendard/PretendardJP-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  src:
  url('../fonts/Pretendard/PretendardJP-Medium.otf') format('opentype'),
  url('../fonts/Pretendard/PretendardJP-Medium.woff') format('font-woff'),
  url('../fonts/Pretendard/PretendardJP-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  src:
  url('../fonts/Pretendard/PretendardJP-SemiBold.otf') format('opentype'),
  url('../fonts/Pretendard/PretendardJP-SemiBold.woff') format('font-woff'),
  url('../fonts/Pretendard/PretendardJP-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  src:
  url('../fonts/Pretendard/PretendardJP-Bold.otf') format('opentype'),
  url('../fonts/Pretendard/PretendardJP-Bold.woff') format('font-woff'),
  url('../fonts/Pretendard/PretendardJP-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 800;
  src:
  url('../fonts/Pretendard/Pretendard-ExtraBold.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-ExtraBold.woff') format('font-woff'),
  url('../fonts/Pretendard/Pretendard-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 900;
  src:
  url('../fonts/Pretendard/PretendardJP-Black.otf') format('opentype'),
  url('../fonts/Pretendard/PretendardJP-Black.woff') format('font-woff'),
  url('../fonts/Pretendard/PretendardJP-Black.woff2') format('woff2');
}





/* Jost */

@font-face {
  font-family: 'Jost', Sans-serif;
  font-style: normal;
  font-weight: 100;
  src:
  url('../fonts/Jost/Jost-Thin.ttf') format('truetype')
}
@font-face {
  font-family: 'Jost', Sans-serif;
  font-style: normal;
  font-weight: 200;
  src:
  url('../fonts/Jost/Jost-ExtraLight.ttf') format('truetype')
}
@font-face {
  font-family: 'Jost', Sans-serif;
  font-style: normal;
  font-weight: 300;
  src:
  url('../fonts/Jost/Jost-Light.ttf') format('truetype')
}
@font-face {
  font-family: 'Jost', Sans-serif;
  font-style: normal;
  font-weight: 400;
  src:
  url('../fonts/Jost/Jost-Regular.ttf') format('truetype')
}
@font-face {
  font-family: 'Jost', Sans-serif;
  font-style: normal;
  font-weight: 500;
  src:
  url('../fonts/Jost/Jost-Medium.ttf') format('truetype')
}
@font-face {
  font-family: 'Jost', Sans-serif;
  font-style: normal;
  font-weight: 600;
  src:
  url('../fonts/Jost/Jost-SemiBold.ttf') format('truetype')
}
@font-face {
  font-family: 'Jost', Sans-serif;
  font-style: normal;
  font-weight: 700;
  src:
  url('../fonts/Jost/Jost-Bold.ttf') format('truetype')
}
@font-face {
  font-family: 'Jost', Sans-serif;
  font-style: normal;
  font-weight: 800;
  src:
  url('../fonts/Jost/Jost-ExtraBold.ttf') format('truetype')
}
@font-face {
  font-family: 'Jost', Sans-serif;
  font-style: normal;
  font-weight: 900;
  src:
  url('../fonts/Jost/Jost-Black.ttf') format('truetype')
}

/* Onemobilepop */
@font-face {
  font-family: 'Notosans';
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  src:
  url('../fonts/Notosans/NotoSansJP-Bold.ttf') format('truetype'),
}