@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");


:root{
  --font:"Pretendard Variable","Pretendard","SUIT Variable","SUIT","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",system-ui,-apple-system,"Segoe UI",sans-serif!important;
  --font-body:var(--font)!important;
  --font-display:var(--font)!important;
}

html,
body,
h1,h2,h3,h4,h5,h6,
p,a,div,span,label,small,strong,b,em,li,dt,dd,blockquote,
button,input,select,textarea,option,optgroup,
table,thead,tbody,tfoot,tr,th,td,summary{
  font-family:var(--font)!important;
}

input::placeholder,
textarea::placeholder{font-family:var(--font)!important;}
