import { theme as chakraTheme } from '@chakra-ui/react' const fonts = { ...chakraTheme.fonts, mono: `'Menlo', monospace` } const breakpoints = ['40em', '52em', '64em'] const theme = { ...chakraTheme, colors: { ...chakraTheme.colors, black: '#16161D', }, fonts, breakpoints, icons: { ...chakraTheme.icons, logo: { path: ( ), viewBox: '0 0 3000 3163', }, }, } export default theme