import type {Config} from 'tailwindcss' export default { content: [], theme: { colors: { 'primary': '#0d3ac2', 'secondary': '#2b5baf', 'tertiary': '#57b1b5', 'success': '#09a25e', 'warning': '#e1cb09', 'danger': '#ef1d03', 'info': '#57b1b5', 'light': '#d1d4dc', 'beige': '#f5f5f5', 'white': '#ffffff', 'dark': '#030e29', 'black': '#000000', }, fontFamily: {} }, plugins: [] } as Config