@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");

:root {
  --dsq-font-main: "Noto Sans KR", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
.button {
  font-family: var(--dsq-font-main) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.metric-label,
.form-label {
  font-family: var(--dsq-font-main) !important;
}
