@font-face { font-family: 'Pretendard'; src: url('/fonts/Pretendard-Regular.woff2')   format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Pretendard'; src: url('/fonts/Pretendard-Medium.woff2')    format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Pretendard'; src: url('/fonts/Pretendard-SemiBold.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Pretendard'; src: url('/fonts/Pretendard-Bold.woff2')     format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Pretendard'; src: url('/fonts/Pretendard-ExtraBold.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Pretendard'; src: url('/fonts/Pretendard-Black.woff2')    format('woff2'); font-weight: 900; font-display: swap; }

/* esamanru: woff2 파일 추가 시 src를 "url(esamanru-Light.woff2) format('woff2'), url(...woff) format('woff')" 형식으로 교체 */
@font-face { font-family: 'esamanru'; src: url('/fonts/esamanru-Light.woff')  format('woff'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'esamanru'; src: url('/fonts/esamanru-Medium.woff') format('woff'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'esamanru'; src: url('/fonts/esamanru-Bold.woff')   format('woff'); font-weight: 700; font-display: swap; }
