export const cardEventStyles = { wrapper: 'px-8 py-12 bg-bones-white dark:bg-bones-black flex flex-col gap-8', title: 'text-2xl font-bold font-dm-sans text-neutral-900', subtitle: 'text-lg font-normal font-dm-sans text-neutral-700 italic mt-2', meta: 'text-sm font-medium font-dm-sans text-neutral-500 uppercase mt-4', } as const;