/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{js,jsx,ts,tsx}"], theme: { colors: { primary: "#3e63cb", white: "#FFF", title: "#646566", text: "#333", warn: "#f05a28", }, extend: {}, }, plugins: [], };