/**
 * Minimal compatibility layer for pages rendered by MiAgentePro plugins.
 * Intentionally contains no layout, color, sizing, or component rules.
 */
body {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select,
textarea {
	font-family: inherit;
}
