/* No external font request:
   avoid console errors when Google Fonts is unreachable. */
:root {
  --font-sans-kr: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR",
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-sans-kr);
}
