export type ColorType = 'red' | 'orange-light' | 'green' | 'gray-dark' | 'gray' | 'yellow' | 'light-gray';