const fonts = { bold: 'Roboto-Bold', regular: 'Roboto-Regular', medium: 'Roboto-Medium', } as const export { fonts }