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

:root {
  --font-orbita-sans:
    "Pretendard Variable",
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    "Helvetica Neue",
    "Segoe UI",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    sans-serif;

  --font-orbita-mono:
    ui-monospace,
    "SFMono-Regular",
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;
}

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

code,
pre,
kbd,
samp {
  font-family: var(--font-orbita-mono);
}

html {
  font-synthesis: none;
}
