const theme = require('./theme'); module.exports = { ...theme, colors: { ...theme.colors, offBlack: '#252525', midGrey: '#828282', borderGrey: '#4f4f4f', lightGrey: '#F2F2F2', yellow: '#DFFF0B', mint: '#00F780', pink: '#FF077F', blue: '#2E6DE5', }, fontSize: { ...theme.fontSize, capMenu: ['15px', { lineHeight: '24px', letterSpacing: '-0.01em' }], }, };