/* *******************
 * description : font.css
 * date : 2025-12-12
******************* */

/* Pretendard Thin (100) */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/pretendard/Pretendard-Thin.otf') format('opentype');
  font-display: swap;
}

/* Pretendard ExtraLight (200) */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/pretendard/Pretendard-ExtraLight.otf') format('opentype');
  font-display: swap;
}

/* Pretendard Light (300) */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/pretendard/Pretendard-Light.otf') format('opentype');
  font-display: swap;
}

/* Pretendard Regular (400) */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pretendard/Pretendard-Regular.otf') format('opentype');
  font-display: swap;
}

/* Pretendard Medium (500) */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/pretendard/Pretendard-Medium.otf') format('opentype');
  font-display: swap;
}

/* Pretendard SemiBold (600) */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/pretendard/Pretendard-SemiBold.otf') format('opentype');
  font-display: swap;
}

/* Pretendard Bold (700) */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pretendard/Pretendard-Bold.otf') format('opentype');
  font-display: swap;
}

/* Pretendard ExtraBold (800) */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/pretendard/Pretendard-ExtraBold.otf') format('opentype');
  font-display: swap;
}

/* Pretendard Black (900) */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/pretendard/Pretendard-Black.otf') format('opentype');
  font-display: swap;
}

/* Black Han Sans Regular (400) */
@font-face {
  font-family: 'BlackHanSans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/BlackHanSans/BlackHanSans-Regular.ttf') format('truetype');
  font-display: swap;
}

/* Orbitron Regular (400) */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/orbitron/Orbitron-Regular.ttf') format('truetype');
  font-display: swap;
}

/* Orbitron Medium (500) */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/orbitron/Orbitron-Medium.ttf') format('truetype');
  font-display: swap;
}

/* Orbitron SemiBold (600) */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/orbitron/Orbitron-SemiBold.ttf') format('truetype');
  font-display: swap;
}

/* Orbitron Bold (700) */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/orbitron/Orbitron-Bold.ttf') format('truetype');
  font-display: swap;
}

/* Orbitron ExtraBold (800) */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/orbitron/Orbitron-ExtraBold.ttf') format('truetype');
  font-display: swap;
}

/* Orbitron Black (900) */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/orbitron/Orbitron-Black.ttf') format('truetype');
  font-display: swap;
}
