export const COLORS = {
  green: "#22c55e",
  blue: "#3b82f6",
  yellow: "#facc15",
  red: "#ef4444",
  orange: "#f97316",
  violet: "#a855f7",
  pink: "#ec4899",
  gray: "#6b7280",
  primary: "#2563eb",
};
