export const colors = {
black: '#000000',
white: '#FFFFFF',
red: '#FF4141',
green: '#3AC26E',
grey: '#F9F9F9',
} as const;