import {theme as rimbleTheme} from 'rimble-ui'; export const theme = { ...rimbleTheme, fonts: { serif: 'athelas, georgia, times, serif', sansSerif: 'WoodfordBourne' } };