import styled from 'styled-components'; export const H1 = styled.h1` display: table; ${p => p.theme.styles.h1}; font-size: 24px; color: #101934; `;