/* Portal surface overrides (Bootstrap loaded via CDN). */

:root {
	--jtai-font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html {
	font-size: 14px;
}

body {
	font-family: var(--jtai-font-sans);
}

