import type { Config } from 'tailwindcss' import defaultTheme from 'tailwindcss/defaultTheme' export default >{ theme: { fontFamily: { 'sans': ['Montserrat', ...defaultTheme.fontFamily.sans], }, fontWeight: { normal: '100', } } }