/* GENERATED by scripts/gen_theme_tokens.py - edit config/font_config.py. */
@import url("../fonts/pretendard-gov/1.3.9/web/pretendardvariable-gov-dynamic-subset.f828f0b3ac63.css");

:root {
  --font-sans: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-code: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

html, body { font-family: var(--font-sans); }
input, select, textarea, button { font-family: inherit; }
code, kbd, samp, pre:not(.font-sans), .font-code { font-family: var(--font-code); }

/* GOV digits are tabular by default. Keep numeric intent explicit at every weight.
   Identifiers retain their original strings; this rule changes only glyphs. */
.tabular-nums, input[inputmode="numeric"], input[inputmode="decimal"],
input[type="number"], input[type="tel"] {
  font-variant-numeric: lining-nums tabular-nums slashed-zero;
}
