import { Theme } from '@emotion/react'; export const FONT_FAMILY: Theme['fonts'] = { normal: 'CircularStd-Book', medium: 'CircularStd-Medium', bold: 'CircularStd-Bold', }; export const FONT_SIZE: Theme['fontSizes'] = { heading: 18, title: 16, body: 14, caption: 12, label: 10, };