@charset "UTF-8";
/*
* ## note : fonts set
* ## 주의사항 : 웹폰트 이용시 Google cdn을 기본을 사용합니다. 
* # google fonts cdn이 변경됨. https://fonts.google.com/에 방문하여 폰트를 담아오면 됩니다.
* # 예) @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
*
* ## Google Fonts에 해당폰트가 없는 경우에만 local fonts(※ 트래픽비용은 고객 부담)를 이용합니다.
*
* # local fonts는 [guide] 참조 
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
:root {
    --nd-user-font-family: 'Inter', 'Noto Sans KR', sans-serif;
}