/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js}"], theme: { colors: { white: '#f0f0f0', black: '#191919', }, fontFamily: { display: ['Silkscreen'] }, extend: {}, }, plugins: [], }