/* ----------------------------------- */
/* 폰트 폴더 경로가 다를 경우 '../fonts/' 부분을 수정하세요. */
/* ----------------------------------- */

/* 1. NanumSquareNeo Light (aLt) - 두께: 300 */
@font-face {
  font-family: 'NanumSquareNeo';
  font-style: normal;
  font-weight: 300; /* Light */
  src: url('../fonts/NanumSquareNeoTTF-aLt.woff2') format('woff2'),
       url('../fonts/NanumSquareNeoTTF-aLt.woff') format('woff');
  font-display: swap; /* 폰트 로딩 중 텍스트를 보여줌 */
}

/* 2. NanumSquareNeo Regular (bRg) - 두께: 400 */
@font-face {
  font-family: 'NanumSquareNeo';
  font-style: normal;
  font-weight: 400; /* Regular (기본) */
  src: url('../fonts/NanumSquareNeoTTF-bRg.woff2') format('woff2'),
       url('../fonts/NanumSquareNeoTTF-bRg.woff') format('woff');
  font-display: swap;
}

/* 3. NanumSquareNeo Bold (cBd) - 두께: 700 */
@font-face {
  font-family: 'NanumSquareNeo';
  font-style: normal;
  font-weight: 700; /* Bold */
  src: url('../fonts/NanumSquareNeoTTF-cBd.woff2') format('woff2'),
       url('../fonts/NanumSquareNeoTTF-cBd.woff') format('woff');
  font-display: swap;
}

/* 4. NanumSquareNeo Extra Bold (dEb) - 두께: 800 */
@font-face {
  font-family: 'NanumSquareNeo';
  font-style: normal;
  font-weight: 800; /* Extra Bold */
  src: url('../fonts/NanumSquareNeoTTF-dEb.woff2') format('woff2'),
       url('../fonts/NanumSquareNeoTTF-dEb.woff') format('woff');
  font-display: swap;
}

/* 5. NanumSquareNeo Heavy (eHv) - 두께: 900 */
@font-face {
  font-family: 'NanumSquareNeo';
  font-style: normal;
  font-weight: 900; /* Heavy */
  src: url('../fonts/NanumSquareNeoTTF-eHv.woff2') format('woff2'),
       url('../fonts/NanumSquareNeoTTF-eHv.woff') format('woff');
  font-display: swap;
}

/* 6. NanumSquareNeo Variable (옵션) */
/* 가변 폰트는 한 파일로 여러 두께를 제어할 수 있지만,
   위의 고정 폰트와 함께 사용할 경우 충돌 가능성이 있어 별도로 사용 권장 */
/* @font-face {
  font-family: 'NanumSquareNeoVariable';
  font-style: normal;
  font-weight: 100 900; 
  src: url('../fonts/NanumSquareNeo-Variable.woff2') format('woff2 supports variations'),
       url('../fonts/NanumSquareNeo-Variable.woff') format('woff supports variations');
  font-display: swap;
} */

