export const COLORS = { primary: "#ffa800", border: "#f5f7fc", description: "#c3c7dd", gray: "#4F5260", grayLight: "#8C90A3", success: "#00BA4B", error: "red", info: "blue", black: "black", white: "#fff", } as const; export type ColorKey = keyof typeof COLORS;