import { Small } from 'normalized-styled-components'; import remcalc from 'remcalc'; import typography from '../typography'; export default Small.extend` ${typography.fontFamily}; ${typography.normal}; line-height: ${remcalc(18)}; font-size: ${remcalc(14)}; `;