export function appMeta(siteName: string): { title: string; description: string } { return { title: `${siteName} — Mail & Calendar`, description: `${siteName} is a calm, powerful mail and calendar client. Your inbox and your schedule, in one focused workspace.`, } } export const LIGHT_THEME_COLOR = '#ffffff' export const DARK_THEME_COLOR = '#0d1210'