export const colors = {
  primary: '#3D88EC',

  error: "#bb0000",

  borders: '#EAEAEA',
  placeholders: '#C7C7C7',

  textPrimary: '#3D3D3D',
  textInverted: '#FFFFFF',
};
