/*
 * Pretendard variable webfont (dynamic subset) served from jsDelivr.
 * Registers the "Pretendard Variable" font-family.
 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

:root {
  --font-noto-sans-kr: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-pretendard: "Pretendard Variable", "Pretendard", var(--font-noto-sans-kr);
}
