import styled from '@emotion/styled' import { typography, space, color } from 'styled-system' const Box = styled('div')( typography, space, color )