/** @type {import('tailwindcss').Config} */ module.exports = { content: ["*.php"], theme: { extend: {}, colors: { 'primary': '#E16B8C', 'secondary': '#E6B3C1', 'thirdplace': '#F5E8EC' }, fontFamily: { base: ['Montserrat','Noto Sans JP', 'sans-serif'] } }, plugins: [], }