import text from './text' import colors from '../../colors' import theme from './theme' export default { color: text.colors.primary, background: colors.common.white, fontSize: text.fontSizeUnit, lineHeight: text.lineHighUnit, fontFamily: text.families.sans, linkColor: text.colors.primary, linkColorHover: theme.primary, linkDecoration: 'none', linkDecorationHover: 'underline', }