/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.js"], theme: { extend: {}, colors: { yellow: "#FBB02D", black: "#280003", white: "#FFF", magenta: "#EA3788", "light-gray": "#EEE5E9", "light-pink": "#FFD3E7", blue: "#2E86DE", danger: "#EE5253", }, }, plugins: [], };