import { font, colors, colorMap, spacing, shape, typography, breakpoints } from '../Tokens';
import { createWebTheme } from '../functions.web';
export default createWebTheme({
font,
colors,
colorMap,
spacing,
shape,
typography,
breakpoints
});