/**
 * Frontend typography scaffold.
 *
 * This stylesheet intentionally stays small.
 * Runtime font-face declarations are expected through plugin hooks.
 */

:root {
	--mrn-font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--mrn-font-heading: var(--mrn-font-body);
	--mrn-font-accent: var(--mrn-font-body);
}
/* Selector assignments are generated inline from plugin settings. */
