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