/**
 * AAAccelerate centralized font defaults (frontend).
 *
 * Loaded late so it can override theme-generated typography variables.
 */

:root {
	--theme-font-family: 'Inter', var(--theme-font-stack-default);
}

html,
body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

