export const onboardingFlowColoursMapping: Record = { brand: { lightBg: 'bg-nc-bg-brand', content: 'text-nc-content-brand', }, orange: { lightBg: 'bg-nc-bg-orange-light', content: 'text-nc-content-orange-dark', }, green: { lightBg: 'bg-nc-bg-green-light', content: 'text-nc-content-green-dark', }, purple: { lightBg: 'bg-nc-bg-purple-light', content: 'text-nc-content-purple-dark', }, pink: { lightBg: 'bg-nc-bg-pink-light', content: 'text-nc-content-pink-dark', }, }