enum FONTS { REGULAR = 'Poppins-Regular', MEDIUM = 'Poppins-Medium', BOLD = 'Poppins-Bold', SEMI_BOLD = 'Poppins-SemiBold', } export default FONTS;