:root {
  --font-pretendard: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

html,
body,
input,
button,
textarea,
select {
  font-family: var(--font-pretendard);
}
