/* 1. Pretendard */
@font-face {
  font-family:'Pretendard Variable';
  font-weight:100 900; 
  font-style:normal;  
  font-display:swap;   
  src:url('/font/Pretendard-Variable.woff2') format('woff2'),
       url('/font/Pretendard-Variable.ttf') format('truetype');
}


/* 2. Noto Serif KR */
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Light.woff2') format('woff2'),
       url('/font/NotoSerifKR-Light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Regular.woff2') format('woff2'),
       url('/font/NotoSerifKR-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Medium.woff2') format('woff2'),
       url('/font/NotoSerifKR-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-SemiBold.woff2') format('woff2'),
       url('/font/NotoSerifKR-SemiBold.woff') format('woff');
  font-style: normal;
  font-weight: 600;
}


*{font-size:var(--typo-body); color:var(--color-text-body); font-family:'Pretendard Variable','Apple SD Gothic Neo','notokr','Malgun Gothic','맑은 고딕','돋움',dotum,Helvetica,sans-serif !important}


/* NotoSerifKR */
.serif,
.serif *{font-family:'NotoSerifKR',serif !important}




h1,h2,h3,
.copy,
.serif,
.title,
.eyebrow,
.desc,
.post-title,
p{word-break:keep-all}
