/*
 * Pretendard 1.3.9 — Copyright (c) 2021 Kil Hyung-jin.
 * SIL Open Font License 1.1: /pretendard-license.txt
 */
@font-face {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: local("Pretendard Variable"),
    url("./PretendardVariable.woff2") format("woff2-variations");
}

:root {
  --hotker-font: "Pretendard Variable", "Pretendard", -apple-system,
    BlinkMacSystemFont, system-ui, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--hotker-font);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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