client/styles/typography.ts (9 lines of code) (raw):

import { css } from '@emotion/react'; export const measure = { copy: css` max-width: 60ch; `, heading: css` max-width: 30ch; `, };