@charset "utf-8";

/*
 * Wellbridge type stack (OFL, commercial use OK)
 * Body: Pretendard + Noto Sans KR fallback
 * Heading: Wanted Sans / Nanum Square Neo
 */
:root {
  --wb-font-body: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  --wb-font-heading: "Wanted Sans Variable", "Wanted Sans", "NanumSquareNeoVariable", "NanumSquareNeo", "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  --wb-font-mono: ui-monospace, SFMono-Regular, Consolas, "D2Coding", monospace;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wb-heading,
.view_top h1,
.main2_b dt,
.wb-intra .wb-page-head h1,
.wb-intra .wb-brand strong {
  font-family: "Wanted Sans Variable", "Wanted Sans", "NanumSquareNeoVariable", "NanumSquareNeo", "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

input,
button,
select,
textarea {
  font-family: inherit;
}
