/** * @module style constants */ export const colors = { white: 'white', header: 'black', headerHover: '#444', text: '#555', errorText: '#e12f19', } export const fontSizes = { buttonText: '15px', } export const breakpoints = { phone: 480 } export const spacing = { lineHeight: '24px' }