/* DragonGate — Type tokens. Fraunces (display), Inter (UI), IBM Plex Mono (mono). */
:root {
	--font-display: "Fraunces", Georgia, "Times New Roman", serif;
	--font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

	--w-regular: 400;
	--w-medium: 500;
	--w-semibold: 600;
	--w-bold: 700;

	--text-display: 56px;
	--text-h1: 40px;
	--text-h2: 30px;
	--text-h3: 22px;
	--text-lg: 18px;
	--text-base: 16px;
	--text-sm: 14px;
	--text-xs: 12px;
	--text-mono: 13px;

	--leading-tight: 1.1;
	--leading-snug: 1.28;
	--leading-normal: 1.5;
	--leading-relaxed: 1.65;

	--tracking-tight: -0.02em;
	--tracking-normal: 0;
	--tracking-wide: 0.02em;
	--tracking-label: 0.14em;
}
