const Colors = {
  main: '#87132f',
  black: '#333',
  gray: '#ccc',
  lightGray: '#efefef',
};

export default Colors;
