/**
 * JIT layout tokens only.
 * Brand colors: Flatsome → Customize → Style → Colors
 * (--fs-color-primary, --fs-color-secondary, --fs-color-success, --fs-color-alert)
 */

:root {
	--jit-color-text: #1e293b;
	--jit-color-text-muted: #64748b;
	--jit-color-text-light: #94a3b8;

	--jit-color-surface: #ffffff;
	--jit-color-surface-alt: #f4f7f9;
	--jit-color-border: #e2e8f0;

	--jit-font-sans: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

	--jit-radius-sm: 6px;
	--jit-radius-md: 10px;
	--jit-radius-lg: 14px;

	--jit-shadow-card: 0 1px 3px rgba(0, 0, 0, 0.06);
	--jit-shadow-card-hover: 0 12px 32px rgba(0, 0, 0, 0.1);

	--jit-transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
