const colors = require('./colors'); const typography = { abbrBorderColor: colors.brandSecondary, textMuted: colors.brandSecondary }; module.exports = typography;