@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');
:root{
--font-sans:'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic',-apple-system,BlinkMacSystemFont,sans-serif;
--font-mono:'SF Mono',ui-monospace,Menlo,Consolas,monospace;
/* type scale */
--text-display:clamp(36px,5vw,56px);
--text-h1:32px;
--text-h2:26px;
--text-h3:22px;
--text-h4:18px;
--text-body-lg:17px;
--text-body:15px;
--text-small:13px;
--text-caption:12px;
/* weights */
--weight-regular:400;
--weight-medium:500;
--weight-bold:700;
--weight-black:900;
/* line heights */
--lh-tight:1.25; /* @kind other */
--lh-normal:1.55; /* @kind other */
--lh-loose:1.75; /* @kind other */
--ls-tight:-0.01em; /* @kind other */
}
