/* ===================================================
   fonts.css - 공용 폰트 정의
   위치: /wp-content/themes/purethemes/assets/css/fonts.css
   폰트 파일 위치: /wp-content/themes/purethemes/assets/fonts/
=================================================== */

/* -----------------------------
   Outfit Variable Font
----------------------------- */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* -----------------------------
   Noto Sans KR Variable Font
----------------------------- */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../fonts/Noto_Sans_KR/NotoSansKR-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* -----------------------------
   기본 적용 (공통)
----------------------------- */
body, .editor-styles-wrapper {
  font-family: 'Outfit', 'Noto Sans KR', sans-serif;
  line-height: 1.6;
  color: #333;
}
