@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url("./fonts/PretendardVariable.woff2") format("woff2");
}

:root {
  --site-font: "Pretendard", sans-serif;
}

html {
  font-family: var(--site-font);
}
