/* ============================================
   Fonts
   ============================================
   웹폰트 정의
   ============================================ */

/* Pretendard Variable Font */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard/PretendardVariable.woff2') format('woff2-variations');
}

/* Pretendard 일반 폰트 이름으로도 사용 가능 */
@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard/PretendardVariable.woff2') format('woff2-variations');
}

/* 2025-10-13: NanumSquareNeo Variable Font - 로컬 호스팅 */
@font-face {
  font-family: 'NanumSquareNeoVariable';
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/nanum-square-neo/NanumSquareNeo-Variable.woff2') format('woff2-variations');
}

/* 2025-10-13: Noto Serif KR Variable Font - 로컬 호스팅 */
@font-face {
  font-family: 'Noto Serif KR';
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/noto-serif-kr/NotoSerifKR-Variable.woff2') format('woff2-variations');
}

/* 2025-11-02: Material Symbols Outlined - 로컬 호스팅 */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('/fonts/material-icons/MaterialSymbolsOutlined.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
