/* Pretendard */
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 100;
font-display: swap;
src: local('Pretendard Thin'),
     url('/font/Pretendard-Thin.woff2') format('woff2'),
     url('/font/Pretendard-Thin.woff') format('woff'),
     url('/font/Pretendard-Thin.ttf') format('truetype');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 200;
font-display: swap;
src: local('Pretendard ExtraLight'),
     url('/font/Pretendard-ExtraLight.woff2') format('woff2'),
     url('/font/Pretendard-ExtraLight.woff') format('woff'),
     url('/font/Pretendard-ExtraLight.ttf') format('truetype');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Pretendard Light'),
     url('/font/Pretendard-Light.woff2') format('woff2'),
     url('/font/Pretendard-Light.woff') format('woff'),
     url('/font/Pretendard-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Pretendard Regular'),
     url('/font/Pretendard-Regular.woff2') format('woff2'),
     url('/font/Pretendard-Regular.woff') format('woff'),
     url('/font/Pretendard-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Pretendard Medium'),
     url('/font/Pretendard-Medium.woff2') format('woff2'),
     url('/font/Pretendard-Medium.woff') format('woff'),
     url('/font/Pretendard-Medium.ttf') format('truetype');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Pretendard SemiBold'),
     url('/font/Pretendard-SemiBold.woff2') format('woff2'),
     url('/font/Pretendard-SemiBold.woff') format('woff'),
     url('/font/Pretendard-SemiBold.ttf') format('truetype');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Pretendard Bold'),
     url('/font/Pretendard-Bold.woff2') format('woff2'),
     url('/font/Pretendard-Bold.woff') format('woff'),
     url('/font/Pretendard-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 800;
font-display: swap;
src: local('Pretendard ExtraBold'),
     url('/font/Pretendard-ExtraBold.woff2') format('woff2'),
     url('/font/Pretendard-ExtraBold.woff') format('woff'),
     url('/font/Pretendard-ExtraBold.ttf') format('truetype');
}
@font-face {
font-family: 'Pretendard';
font-style: normal;
font-weight: 900;
font-display: swap;
src: local('Pretendard Black'),
     url('/font/Pretendard-Black.woff2') format('woff2'),
     url('/font/Pretendard-Black.woff') format('woff'),
     url('/font/Pretendard-Black.ttf') format('truetype');
}


/* Noto Serif KR */
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Light.woff') format('woff'),
       url('/font/NotoSerifKR-Light.woff2') format('woff2'),
       url('/font/NotoSerifKR-Light.otf') format('otf');
  font-style:  normal;
  font-weight: 300;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Regular.woff') format('woff'),
       url('/font/NotoSerifKR-Regular.woff2') format('woff2'),
       url('/font/NotoSerifKR-Regular.otf') format('otf');
  font-style:  normal;
  font-weight: 400;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Medium.woff') format('woff'),
       url('/font/NotoSerifKR-Medium.woff2') format('woff2'),
       url('/font/NotoSerifKR-Medium.otf') format('otf');
  font-style:  normal;
  font-weight: 500;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-SemiBold.woff') format('woff'),
       url('/font/NotoSerifKR-SemiBold.woff2') format('woff2'),
       url('/font/NotoSerifKR-SemiBold.otf') format('otf');
  font-style:  normal;
  font-weight: 600;
}

*{font-family:'Pretendard','Apple SD Gothic Neo','notokr','Malgun Gothic','맑은 고딕','돋움',dotum,Helvetica,sans-serif !important}


/* NotoSerifKR */
.serif,
.title,
.eyebrow{font-family:'NotoSerifKR',serif !important}

h1,h2,h3,
.copy,
.serif,
.title,
.eyebrow,
.desc,
.post-title,
p{word-break:keep-all}
