/**
 * NCDS typography font layer.
 *
 * Local @font-face rules are generated by tools/install-ncds-fonts.ps1 when
 * .woff2 files are available. Until then, the typography tokens below prefer
 * locally installed NCDS fonts and fall back to system fonts without external
 * requests.
 */

:root {
	--ncds-font-display: "Oxanium", system-ui, sans-serif;
	--ncds-font-ui: "Rajdhani", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ncds-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
