/* highbridge = high1 Wonchuri(하이원 원추리체) — 차곡차곡 타이포 통일.
   제목=Title(L/M/B), 본문=Body(R/B). 영문 대형표시는 Montserrat 유지(blog.css 인라인 지정이 우선). */
@font-face { font-family: "Wonchuri Title"; src: url("/fonts/wonchuri-title-l.woff2") format("woff2"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Wonchuri Title"; src: url("/fonts/wonchuri-title-m.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Wonchuri Title"; src: url("/fonts/wonchuri-title-b.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Wonchuri Body"; src: url("/fonts/wonchuri-body-r.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Wonchuri Body"; src: url("/fonts/wonchuri-body-b.woff2") format("woff2"); font-weight: 700; font-display: swap; }

/* 한글 본문 = Wonchuri Body (Pretendard 폴백) */
body { font-family: "Wonchuri Body", "Pretendard", "Noto Sans KR", sans-serif; }

/* 한글 제목류 = Wonchuri Title. (Montserrat 인라인 지정된 영문요소는 그대로 유지됨) */
.hero-title,
.section-heading,
.section-desc,
h1, h2, h3,
.portfolio-name,
.feature-title,
.process-title,
.service-title { font-family: "Wonchuri Title", "Wonchuri Body", "Pretendard", sans-serif; }
