import { create } from '@storybook/theming/create';
export default create({
base: 'light',
// Typography
fontBase: '"Open Sans", sans-serif',
fontCode: 'monospace',
// Text colors
textColor: '#031c2d',
headerCommon: { color: 'red' },
brandUrl: null,
});