@font-face {
  font-family: "Jua";
  src: url("./fonts/Jua-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Neural Sans KR";
  src: url("./fonts/NeuralSansKR-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Neural Sans KR";
  src: url("./fonts/NeuralSansKR-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Neural Sans KR";
  src: url("./fonts/NeuralSansKR-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Neural Sans KR";
  src: url("./fonts/NeuralSansKR-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --font-sans: "Neural Sans KR", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

html {
  font-family: var(--font-sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
