export interface OnboardingTextConfiguration {
    regularFontFamily?: string;
    scriptFontFamily?: string;
}
