export const DEMO_FONT_FAMILY = 'Manrope, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"'; export const DEMO_TEXT_STYLE: { fontFamily: string; fontWeight: number } = { fontFamily: DEMO_FONT_FAMILY, fontWeight: 400, };