/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./web/**/*.{js,jsx,ts,tsx}'], theme: { extend: { colors: { primary: '#243f5f', }, }, }, plugins: [], };