const theme = { colors: { lightred: '#f0b0b0', red: '#f03535', black: '#393939', darkgrey: '#5d6a6b', grey: '#7f8c8d', lightgrey: '#95a5a5', lighterblue: '#d6e4f0', lightblue: '#b0d3f0', blue: '#4482c3', darkblue: '#285680', darkerblue: '#204567', offWhite: '#EDEDED' }, maxWidth: '1000px', bs: '0 12px 24px 0 rgba(0,0,0,0.09)', bsSmall: '0 5px 10px 0 rgba(0,0,0,0.19)' } export default theme