@charset "UTF-8";

/* Pretendard */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  src: local('Pretendard-Regular'),
  url(./Pretendard/Pretendard-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  src: local('Pretendard-Medium'),
  url(./Pretendard/Pretendard-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  src: local('Pretendard-Bold'),
  url(./Pretendard/Pretendard-Bold.otf) format('opentype');
}

/* NanumSquareNeo */
@font-face {
  font-family: 'NanumSquareNeo';
  font-style: normal;
  font-weight: 400;
  src: local('NanumSquareNeoOTFL'),
  url(./NanumSquareNeo/NanumSquareNeoOTF-Lt.otf) format('opentype');
}
@font-face {
  font-family: 'NanumSquareNeo';
  font-style: normal;
  font-weight: 500;
  src: local('NanumSquareNeoOTFR'),
  url(./NanumSquareNeo/NanumSquareNeoOTF-Rg.otf) format('opentype');
}
@font-face {
  font-family: 'NanumSquareNeo';
  font-style: normal;
  font-weight: 600;
  src: local('NanumSquareNeoOTFB'),
  url(./NanumSquareNeo/NanumSquareNeoOTF-Bd.otf) format('opentype');
}

/* Cafe24Oneprettynight */
@font-face {
  font-family: 'Cafe24Oneprettynight';
  font-style: normal;
  font-weight: normal;
  src: local('Cafe24Oneprettynight'),
  url(./Cafe24Oneprettynight/Cafe24Oneprettynight.otf) format('opentype');
}

/* KimjungchulGothic */
@font-face {
  font-family: 'KimjungchulGothic-Bold';
  font-style: normal;
  font-weight: 400;
  src: local('KimjungchulGothic-Light'),
  url(./KimjungchulGothic/KimjungchulGothic-Light.otf) format('opentype');
}
@font-face {
  font-family: 'KimjungchulGothic-Bold';
  font-style: normal;
  font-weight: 500;
  src: local('KimjungchulGothic-Regular'),
  url(./KimjungchulGothic/KimjungchulGothic-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'KimjungchulGothic-Bold';
  font-style: normal;
  font-weight: 600;
  src: local('KimjungchulGothic-Bold'),
  url(./KimjungchulGothic/KimjungchulGothic-Bold.otf) format('opentype');
}