/* The Jamsil 폰트 설정 - font-family 사용할 때 사용*/
@font-face {
  font-family: 'The Jamsil';
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/TheJamsil-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'The Jamsil';
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/TheJamsil-Light.otf) format('opentype');
}
@font-face {
  font-family: 'The Jamsil';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/TheJamsil-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'The Jamsil';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/TheJamsil-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'The Jamsil';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/TheJamsil-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'The Jamsil';
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/TheJamsil-ExtraBold.otf) format('opentype');
}

