import styled from 'styled-components'; import { AUTHENTIC_BLUE_900 } from '../colors'; export const Headline = styled.h2` color: ${AUTHENTIC_BLUE_900}; font-size: 32px; margin-bottom: 32px; `;