import { Colors } from '../Consts'; export default { headline_l_bold: { fontSize: 28, lineHeight: 40, fontWeight: '700' }, headline_default_bold: { fontSize: 24, lineHeight: 34, fontWeight: '700' }, header_m_bold: { fontSize: 18, lineHeight: 26, fontWeight: '700' }, header_default_bold: { fontSize: 16, lineHeight: 22, fontWeight: '700' }, header_s_semibold: { fontSize: 14, lineHeight: 20, fontWeight: '600' }, header_xs_semibold: { fontSize: 12, lineHeight: 18, fontWeight: '600' }, body_default_regular: { fontSize: 14, lineHeight: 20, fontWeight: '400' }, body_default_regularstrikethrought: { fontSize: 14, lineHeight: 20, fontWeight: '400', textDecorationLine: 'line-through', }, description_default_regular: { fontSize: 12, lineHeight: 18, fontWeight: '400', }, description_default_regularstrikethrought: { fontSize: 12, lineHeight: 18, fontWeight: '400', textDecorationLine: 'line-through', }, description_xs_regular: { fontSize: 10, lineHeight: 14, fontWeight: '400' }, description_xs_regularstrikethrought: { fontSize: 10, lineHeight: 14, fontWeight: '400', textDecorationLine: 'line-through', }, label_default_medium: { fontSize: 14, lineHeight: 20, fontWeight: '500' }, label_s_medium: { fontSize: 12, lineHeight: 18, fontWeight: '500' }, label_xs_medium: { fontSize: 10, lineHeight: 14, fontWeight: '500' }, action_default_bold: { fontSize: 16, lineHeight: 22, fontWeight: '700' }, action_s_bold: { fontSize: 14, lineHeight: 20, fontWeight: '700' }, action_xs_bold: { fontSize: 12, lineHeight: 18, fontWeight: '700' }, action_xxs_bold: { fontSize: 10, lineHeight: 14, fontWeight: '700' }, /**non-support**/ headline_default: { fontSize: 28, lineHeight: 34, fontWeight: '600', }, headline_s: { fontSize: 24, lineHeight: 32, fontWeight: '600' }, headline_l: { fontSize: 32, lineHeight: 36, fontWeight: '600' }, headline_xl: { fontSize: 36, lineHeight: 44, fontWeight: '600' }, title_default: { fontSize: 20, lineHeight: 28, fontWeight: '700' }, title_xs: { fontSize: 16, lineHeight: 22, fontWeight: '700' }, title_s: { fontSize: 18, lineHeight: 28, fontWeight: '700' }, header_default: { fontSize: 15, lineHeight: 22, fontWeight: '600' }, header_xs: { fontSize: 12, lineHeight: 16, fontWeight: '600' }, header_s: { fontSize: 14, lineHeight: 20, fontWeight: '600' }, paragraph_default: { fontSize: 15, lineHeight: 22, fontWeight: '400' }, paragraph_bold: { fontSize: 15, lineHeight: 22, fontWeight: '700' }, paragraph_italic: { fontSize: 15, lineHeight: 22, fontWeight: '400', fontStyle: 'italic', }, description_default: { fontSize: 14, lineHeight: 20, fontWeight: '400' }, description_xs: { fontSize: 10, lineHeight: 14, fontWeight: '400' }, description_s: { fontSize: 12, lineHeight: 16, fontWeight: '400' }, label_default: { fontSize: 14, lineHeight: 20, fontWeight: '500' }, label_xxs: { fontSize: 8, lineHeight: 12, fontWeight: '500' }, label_xs: { fontSize: 10, lineHeight: 14, fontWeight: '500' }, label_s: { fontSize: 12, lineHeight: 16, fontWeight: '500' }, action_default: { fontSize: 16, lineHeight: 22, fontWeight: '700' }, action_xxs: { fontSize: 10, lineHeight: 14, fontWeight: '700' }, action_xs: { fontSize: 12, lineHeight: 16, fontWeight: '700' }, action_s: { fontSize: 15, lineHeight: 22, fontWeight: '700' }, debugBaseLine: { borderWidth: 1, borderColor: Colors.green_06 }, };