const Emphasis = styled.em`
  color: ${props => getColor(props.theme, props.color, props.tint)};
  font-family: Bangers, sans-serif;
`;