@font-face {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/pretendard/PretendardVariable.woff2") format("woff2");
}
:root {
  --font-ui: "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Segoe UI", "Malgun Gothic", system-ui, sans-serif;
  font-family: var(--font-ui);
  font-synthesis: none;
  letter-spacing: 0px;
}
button, input, select, textarea { font-family: inherit; }
